Results

By type

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

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

2022-06-03T09:12:05.220Z||main|||||INFO|500||The following profiles are active: basic
2022-06-03T09:12:16.341Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-03T09:12:16.343Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-03T09:12:16.451Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-03T09:12:20.142Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-03T09:12:20.519Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-03T09:12:20.959Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-03T09:12:20.966Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-03T09:12:21.078Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-03T09:12:21.294Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-03T09:12:21.865Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-03T09:12:23.456Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T09:12:25.699Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T09:12:25.765Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-03T09:12:26.404Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T09:12:26.595Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-03T09:12:27.747Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T09:12:28.761Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-03T09:12:28.778Z||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$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-03T09:12:28.778Z||main|||||WARN|500||The sdc end point is not alive
2022-06-03T09:12:31.814Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-03T09:12:34.733Z||main|||||WARN|500||---
2022-06-03T09:12:34.734Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-03T09:12:34.734Z||main|||||WARN|500||---
2022-06-03T09:12:35.169Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-03T09:12:40.139Z||main|||||INFO|500||Started Application in 37.841 seconds (JVM running for 40.015)
2022-06-03T09:12:40.151Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:12:40.153Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:12:40.164Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:12:40.187Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:12:40.227Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7088b8e0-c11e-41df-847d-4d5a254faa76 url= /sdc/v1/artifactTypes
2022-06-03T09:12:40.227Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:12:41.322Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-03T09:12:41.326Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@143bf8e7
2022-06-03T09:12:41.327Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:12:41.344Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:12:41.346Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:12:41.349Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-03T09:13:30.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:13:30.133Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:13:30.135Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:13:30.139Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:13:30.145Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18d015bc-5ddd-40a6-9136-51277d8b206a url= /sdc/v1/artifactTypes
2022-06-03T09:13:30.145Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:13:31.177Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-03T09:13:31.178Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44606896
2022-06-03T09:13:31.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:13:31.179Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:13:31.179Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:13:31.180Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-03T09:14:20.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:14:20.136Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:14:20.136Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:14:20.142Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:14:20.148Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90e6ea3e-7f47-4909-a922-a805d5379691 url= /sdc/v1/artifactTypes
2022-06-03T09:14:20.148Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:14:21.193Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-03T09:14:21.195Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35bd1a6a
2022-06-03T09:14:21.195Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:14:21.196Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:14:21.196Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:14:21.197Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-03T09:15:10.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:15:10.136Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:15:10.136Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:15:10.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:15:10.145Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14b58636-8185-4b7a-95ca-9b08e3ab9a4e url= /sdc/v1/artifactTypes
2022-06-03T09:15:10.146Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:15:11.182Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-03T09:15:11.183Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@318cc4a9
2022-06-03T09:15:11.184Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:15:11.184Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:15:11.184Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:15:11.186Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-03T09:16:00.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:16:00.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:16:00.135Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:16:00.138Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:16:00.143Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26d376db-f83f-4ccc-a855-abf1648d1f5c url= /sdc/v1/artifactTypes
2022-06-03T09:16:00.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:16:01.162Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-03T09:16:01.163Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b1ac2d3
2022-06-03T09:16:01.163Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:16:01.163Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:16:01.164Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:16:01.164Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-03T09:16:50.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:16:50.133Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:16:50.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:16:50.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:16:50.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e1696b83-8e1c-4d8f-b9a6-99af2a99310c url= /sdc/v1/artifactTypes
2022-06-03T09:16:50.142Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:16:51.177Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-03T09:16:51.179Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6af4c228
2022-06-03T09:16:51.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:16:51.179Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:16:51.179Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:16:51.180Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-03T09:17:40.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:17:40.136Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:17:40.136Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:17:40.159Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:17:40.168Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2c7a225-7569-4913-a30e-94f58c50322b url= /sdc/v1/artifactTypes
2022-06-03T09:17:40.168Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:17:41.194Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-03T09:17:41.195Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9f7cd6
2022-06-03T09:17:41.196Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:17:41.196Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:17:41.196Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:17:41.197Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-03T09:18:30.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:18:30.134Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:18:30.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:18:30.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:18:30.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29e11321-578c-4eb7-80a6-f7e4891d2371 url= /sdc/v1/artifactTypes
2022-06-03T09:18:30.142Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:18:31.177Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-03T09:18:31.179Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@524e18de
2022-06-03T09:18:31.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:18:31.180Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:18:31.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:18:31.181Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-03T09:19:20.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:19:20.134Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:19:20.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:19:20.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:19:20.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d3a08d8-56a1-4670-9bea-8c2099c92e89 url= /sdc/v1/artifactTypes
2022-06-03T09:19:20.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:19:21.161Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-03T09:19:21.162Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2dd8d471
2022-06-03T09:19:21.163Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:19:21.164Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:19:21.165Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:19:21.165Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-03T09:20:10.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:20:10.134Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:20:10.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:20:10.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:20:10.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d06db89-f428-4529-8e94-2e3bc479d3f2 url= /sdc/v1/artifactTypes
2022-06-03T09:20:10.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:20:11.181Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-03T09:20:11.182Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6df83003
2022-06-03T09:20:11.182Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:20:11.183Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:20:11.183Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:20:11.183Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-03T09:21:00.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:21:00.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:21:00.135Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:21:00.140Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:21:00.147Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 69f55a9f-4225-4ffc-81e5-2131afedaefb url= /sdc/v1/artifactTypes
2022-06-03T09:21:00.147Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:21:01.165Z||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.51.199] 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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-03T09:21:01.166Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@209a1df0
2022-06-03T09:21:01.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T09:21:01.167Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T09:21:01.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T09:21:01.169Z||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$$ee9cae9a.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-03T09:21:50.133Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T09:21:50.134Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T09:21:50.134Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T09:21:50.137Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T09:21:50.143Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6df286a4-7b33-4764-86dc-c877750eddcc url= /sdc/v1/artifactTypes
2022-06-03T09:21:50.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T09:21:50.416Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-03T09:21:50.427Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-03T09:21:50.454Z||scheduling-1|||||DEBUG|500||create keys
2022-06-03T09:21:50.462Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-03T09:21:50.533Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:21:50.553Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 64ecd447-9c24-4f61-ad7b-56b0c3b491ca url= /sdc/v1/registerForDistribution
2022-06-03T09:21:50.904Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 64ecd447-9c24-4f61-ad7b-56b0c3b491ca url= /sdc/v1/registerForDistribution
2022-06-03T09:21:50.904Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-03T09:21:50.915Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:21:50.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:21:50.924Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-03T09:21:50.925Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:21:50.925Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:21:50.926Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:21:50.927Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:22:01.317Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:22:01.348Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:22:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:22:50.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:22:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:22:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:22:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:22:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:22:56.493Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-03T09:23:00.495Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:23:00.496Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:23:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:23:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:23:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:23:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:23:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:23:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:24:00.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:24:00.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:24:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:24:50.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:24:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:24:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:24:50.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:24:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:25:00.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:25:00.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:25:50.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:25:50.915Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:25:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:25:50.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:25:50.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:25:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:26:00.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:26:00.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:26:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:26:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:26:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:26:50.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:26:50.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:26:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:27:00.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:27:00.519Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:27:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:27:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:27:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:27:50.917Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:27:50.918Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:27:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:28:00.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:28:00.583Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:28:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:28:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:28:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:28:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:28:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:28:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:29:00.490Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:29:00.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:29:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:29:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:29:50.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:29:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:29:50.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:29:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:30:00.522Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:30:00.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:30:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:30:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:30:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:30:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:30:50.924Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:30:50.924Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:31:00.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:31:00.487Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:31:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:31:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:31:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:31:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:31:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:31:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:32:00.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:32:00.489Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:32:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:32:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:32:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:32:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:32:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:32:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:33:00.508Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:33:00.510Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:33:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:33:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:33:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:33:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:33:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:33:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:34:00.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:34:00.530Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:34:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:34:50.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:34:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:34:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:34:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:34:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:35:00.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:35:00.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:35:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:35:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:35:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:35:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:35:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:35:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:36:00.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:36:00.475Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:36:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:36:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:36:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:36:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:36:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:36:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:37:00.473Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:37:00.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:37:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:37:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:37:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:37:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:37:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:37:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:38:00.472Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:38:00.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:38:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:38:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:38:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:38:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:38:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:38:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:39:00.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:39:00.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:39:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:39:50.915Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:39:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:39:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:39:50.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:39:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:40:00.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:40:00.492Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:40:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:40:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:40:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:40:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:40:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:40:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:41:00.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:41:00.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:41:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:41:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:41:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:41:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:41:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:41:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:42:00.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:42:00.477Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:42:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:42:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:42:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:42:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:42:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:42:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:43:00.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:43:00.470Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:43:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:43:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:43:50.916Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:43:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:43:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:43:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:44:00.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:44:00.483Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:44:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:44:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:44:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:44:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:44:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:44:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:45:00.530Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:45:00.530Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:45:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:45:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:45:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:45:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:45:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:45:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:46:00.480Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:46:00.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:46:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:46:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:46:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:46:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:46:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:46:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:47:00.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:47:00.507Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:47:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:47:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:47:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:47:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:47:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:47:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:48:00.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:48:00.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:48:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:48:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:48:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:48:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:48:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:48:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:49:00.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:49:00.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:49:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:49:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:49:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:49:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:49:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:49:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:50:00.476Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:50:00.476Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:50:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:50:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:50:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:50:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:50:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:50:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:51:00.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:51:00.481Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:51:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:51:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:51:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:51:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:51:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:51:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:52:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:52:00.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:52:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:52:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:52:50.916Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:52:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:52:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:52:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:53:00.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:53:00.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:53:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:53:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:53:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:53:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:53:50.916Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:53:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:54:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:54:00.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:54:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:54:50.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:54:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:54:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:54:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:54:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:55:00.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:55:00.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:55:50.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:55:50.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:55:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:55:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:55:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:55:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:56:00.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:56:00.516Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:56:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:56:50.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:56:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:56:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:56:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:56:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:57:00.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:57:00.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:57:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:57:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:57:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:57:50.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:57:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:57:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:58:00.489Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:58:00.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:58:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:58:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:58:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:58:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:58:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:58:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:59:00.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:59:00.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T09:59:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:59:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:59:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T09:59:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T09:59:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T09:59:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:00:00.499Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:00:00.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:00:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:00:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:00:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:00:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:00:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:00:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:01:00.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:01:00.501Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:01:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:01:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:01:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:01:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:01:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:01:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:02:00.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:02:00.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:02:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:02:50.915Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:02:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:02:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:02:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:02:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:03:00.490Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:03:00.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:03:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:03:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:03:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:03:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:03:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:03:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:04:00.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:04:00.500Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:04:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:04:50.913Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:04:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:04:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:04:50.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:04:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:05:00.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:05:00.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:05:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:05:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:05:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:05:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:05:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:05:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:06:00.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:06:00.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:06:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:06:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:06:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:06:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:06:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:06:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:07:00.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:07:00.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:07:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:07:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:07:50.918Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:07:50.918Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:07:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:07:50.918Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:08:00.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:08:00.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:08:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:08:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:08:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:08:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:08:50.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:08:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:09:00.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:09:00.484Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:09:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:09:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:09:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:09:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:09:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:09:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:10:00.487Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:10:00.494Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:10:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:10:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:10:50.913Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:10:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:10:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:10:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:11:00.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:11:00.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:11:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:11:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:11:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:11:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:11:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:11:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:12:00.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:12:00.491Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:12:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:12:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:12:50.916Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:12:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:12:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:12:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:13:00.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:13:00.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:13:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:13:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:13:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:13:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:13:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:13:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:14:00.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:14:00.482Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:14:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:14:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:14:50.913Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:14:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:14:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:14:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:15:00.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:15:00.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:15:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:15:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:15:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:15:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:15:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:15:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:16:00.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:16:00.492Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:16:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:16:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:16:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:16:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:16:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:16:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:17:00.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:17:00.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:17:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:17:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:17:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:17:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:17:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:17:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:18:00.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:18:00.489Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:18:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:18:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:18:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:18:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:18:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:18:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:19:00.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:19:00.509Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:19:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:19:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:19:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:19:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:19:50.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:19:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:20:00.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:20:00.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:20:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:20:50.915Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:20:50.915Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:20:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:20:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:20:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:21:00.490Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:21:00.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:21:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:21:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:21:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:21:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:21:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:21:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:22:00.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:00.531Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:22:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:22:50.914Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:22:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:22:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:22:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:22:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:23:00.489Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:00.492Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:23:50.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:23:50.915Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:23:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:23:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:23:50.918Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:23:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:24:00.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:24:00.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:24:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:24:50.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:24:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:24:50.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:24:50.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:24:50.920Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:25:00.485Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:25:00.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:25:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:25:50.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:25:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:25:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:25:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:25:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:26:00.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:26:00.485Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:26:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:26:50.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:26:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:26:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:26:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:26:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:27:00.481Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:00.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:27:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:27:50.914Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:27:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:27:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:27:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:27:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:28:00.472Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:00.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:28:50.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:28:50.916Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:28:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:28:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:28:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:29:00.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:00.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:29:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:29:50.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:29:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:29:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:29:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:29:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:30:00.490Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:30:00.490Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:30:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:30:50.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:30:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:30:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:30:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:30:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:31:00.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:31:00.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:31:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:31:50.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:31:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:31:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:31:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:31:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:32:00.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:32:00.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:32:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:50.914Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:32:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:32:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:32:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:32:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:33:00.488Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:33:00.488Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:33:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:33:50.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:33:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:33:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:33:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:33:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:34:00.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:34:00.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:34:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:34:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:34:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:34:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:34:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:34:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:35:00.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:35:00.475Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:35:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:35:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:35:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:35:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:35:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:35:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:36:00.487Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:36:00.525Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:36:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:36:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:36:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:36:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:36:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:36:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:37:00.485Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:37:00.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:37:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:37:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:37:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:37:50.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:37:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:37:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:38:00.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:00.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:38:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:38:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:38:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:38:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:38:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:38:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:39:00.518Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:39:00.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:39:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:39:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:39:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:39:50.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:39:50.917Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:39:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:40:00.471Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:00.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:40:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:40:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:40:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:40:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:40:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:40:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:41:00.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:41:00.477Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:41:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:41:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:41:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:41:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:41:50.916Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:41:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:42:00.483Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:00.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:42:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:42:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:42:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:42:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:42:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:42:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:43:00.478Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:43:00.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:43:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:43:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:43:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:43:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:43:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:43:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:44:00.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:00.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:44:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:44:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:44:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:44:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:44:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:44:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:45:00.496Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:45:00.499Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:45:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:45:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:45:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:45:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:45:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:46:00.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:46:00.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:46:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:46:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:46:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:46:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:46:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:46:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:47:00.511Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:47:00.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:47:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:47:50.915Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:47:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:47:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:47:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:47:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:48:00.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:48:00.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:48:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:48:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:48:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:48:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:48:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:48:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:49:00.499Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:49:00.501Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:49:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:49:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:49:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:49:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:49:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:49:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:50:00.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:50:00.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:50:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:50:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:50:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:50:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:50:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:50:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:51:00.508Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:51:00.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:51:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:51:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:51:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:51:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:51:50.916Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:51:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:52:00.479Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:52:00.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:52:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:52:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:52:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:52:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:52:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:52:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:53:00.502Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:53:00.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:53:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:53:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:53:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:53:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:53:50.917Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:53:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:54:00.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:54:00.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:54:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:54:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:54:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:54:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:54:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:54:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:55:00.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:55:00.480Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:55:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:55:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:55:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:55:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:55:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:55:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:56:00.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:56:00.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:56:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:56:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:56:50.914Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:56:50.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:56:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:56:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:00.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:00.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:57:50.914Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:57:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:57:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:57:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:51.052Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:51.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253862564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253860266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253864843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654253860614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253864274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253866653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253862564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:57:51.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253860266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253864843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654253860614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253864274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253866653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253860266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253862564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:57:51.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253864843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253864274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654253860614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253866653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:57:51.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:51.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T10:57:51.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3a0046a-d67b-4fd6-ba51-2519ea18abd7","serviceName":"basic_onboard_jITbOD","serviceVersion":"1.0","serviceUUID":"b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1","serviceDescription":"service","serviceInvariantUUID":"a7e691ad-b9fd-49c5-b4e2-bd44c91018c4","resources":[{"resourceInstanceName":"basic_onboard_jITbOD 0","resourceName":"basic_onboard_jITbOD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"221f53c2-1c6c-4d65-a44d-8912c311801f","resourceInvariantUUID":"cd76a4bc-f47c-4fa2-9ded-a48fe08a19a5","resourceCustomizationUUID":"88f6ebb2-adf6-40f7-b97f-f765222ffc0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml","artifactChecksum":"ZmJlMzk2NzBiMzBmMWE2Mjk4M2M1M2I5NmM0MWUzM2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a4f6b83-8e2e-4ee0-b799-0062702219e8","artifactVersion":"1"},{"artifactName":"basic_onboard_jitbod0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json","artifactChecksum":"OTYzOWNjY2NiYTBiN2FlMGM4MTQ4MmMwYTg4NTEyMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01ed4517-3c40-4b75-acc6-483c862a8ab8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e38d28df-da20-48c0-9260-f7f9d48468b1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0757fd3d-7eef-4159-a1b6-5a20f67df58b","artifactVersion":"2","generatedFromUUID":"c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJitbod-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml","artifactChecksum":"NzY5MmU3OTM1MmZjOTJkZTZjOGI0MzBmY2FiYzdhNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f76d4461-8aaf-402b-8558-804eb4dee687","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJitbod-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar","artifactChecksum":"NjZmN2FjZjgzOGU4NDhmNGM1OTAyNzllZjEzM2UxNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afac0cc5-0541-4862-ba27-8b14b4cec0a0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T10:57:51.561Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:51.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:51.579Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:51.579Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:51.679Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-03T10:57:51.685Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:51.685Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:51.712Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:51.714Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:57:52.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:52.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:52.591Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:52.591Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T10:57:52.691Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:52.692Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:52.692Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:52.722Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:52.722Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:57:53.591Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:53.592Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:53.594Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:53.594Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T10:57:53.694Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:57:53.696Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:53.696Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:53.718Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:53.718Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:57:54.595Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:54.596Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:54.598Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:54.598Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:54.698Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:54.699Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:54.699Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:54.719Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:54.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:57:55.598Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:55.600Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:55.603Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:55.604Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T10:57:55.704Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:55.705Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:55.705Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:55.725Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:55.725Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:57:56.604Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:56.605Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:56.607Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:56.607Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:57:56.707Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:56.708Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:56.708Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:56.726Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:56.726Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:57:57.608Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T10:57:57.609Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:57:57.612Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:57:57.613Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T10:57:57.713Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:57:57.714Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:57:57.715Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:57:57.732Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:57:57.732Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:57:58.615Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "serviceName": "basic_onboard_jITbOD",
  "serviceVersion": "1.0",
  "serviceUUID": "b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7e691ad-b9fd-49c5-b4e2-bd44c91018c4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_jITbOD 0",
      "resourceCustomizationUUID": "88f6ebb2-adf6-40f7-b97f-f765222ffc0e",
      "resourceName": "basic_onboard_jITbOD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "221f53c2-1c6c-4d65-a44d-8912c311801f",
      "resourceInvariantUUID": "cd76a4bc-f47c-4fa2-9ded-a48fe08a19a5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jitbod0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
          "artifactChecksum": "OTYzOWNjY2NiYTBiN2FlMGM4MTQ4MmMwYTg4NTEyMTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "01ed4517-3c40-4b75-acc6-483c862a8ab8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0757fd3d-7eef-4159-a1b6-5a20f67df58b",
            "generatedFromUUID": "c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0757fd3d-7eef-4159-a1b6-5a20f67df58b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJitbod-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
      "artifactChecksum": "NjZmN2FjZjgzOGU4NDhmNGM1OTAyNzllZjEzM2UxNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "afac0cc5-0541-4862-ba27-8b14b4cec0a0"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T10:57:58.617Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T10:57:58.617Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1 ASDC
2022-06-03T10:57:58.758Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c3a0046a-d67b-4fd6-ba51-2519ea18abd7
ServiceName:basic_onboard_jITbOD
ServiceVersion:1.0
ServiceUUID:b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1
ServiceInvariantUUID:a7e691ad-b9fd-49c5-b4e2-bd44c91018c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJitbod-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
ArtifactUUID:afac0cc5-0541-4862-ba27-8b14b4cec0a0
ArtifactChecksum:NjZmN2FjZjgzOGU4NDhmNGM1OTAyNzllZjEzM2UxNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jITbOD 0
ResourceCustomizationUUID:88f6ebb2-adf6-40f7-b97f-f765222ffc0e
ResourceInvariantUUID:cd76a4bc-f47c-4fa2-9ded-a48fe08a19a5
ResourceName:basic_onboard_jITbOD
ResourceType:VF
ResourceUUID:221f53c2-1c6c-4d65-a44d-8912c311801f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jitbod0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
ArtifactUUID:01ed4517-3c40-4b75-acc6-483c862a8ab8
ArtifactChecksum:OTYzOWNjY2NiYTBiN2FlMGM4MTQ4MmMwYTg4NTEyMTk=
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/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc
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/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
ArtifactUUID:0757fd3d-7eef-4159-a1b6-5a20f67df58b
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/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
ArtifactUUID:0757fd3d-7eef-4159-a1b6-5a20f67df58b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T10:57:58.759Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:57:59.052Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:57:59.053Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:57:59.055Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:57:59.055Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: afac0cc5-0541-4862-ba27-8b14b4cec0a0 from URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:57:59.055Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:57:59.056Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:00.084Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:58:00.100Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar afac0cc5-0541-4862-ba27-8b14b4cec0a0 71580
2022-06-03T10:58:00.101Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar ASDC sendASDCNotification
2022-06-03T10:58:00.102Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:00.103Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:58:00.104Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:00.106Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:00.106Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253880101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:58:00.206Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:00.213Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:00.214Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:00.242Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:00.243Z||pool-10-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:01.106Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T10:58:01.108Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T10:58:01.109Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: afac0cc5-0541-4862-ba27-8b14b4cec0a0, URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar to file: /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:01.110Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:01.202Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:01.203Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:01.878Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12683341840453330601/Definitions/service-BasicOnboardJitbod-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-03T10:58:03.654Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T10:58:03.659Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jITbOD 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-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:03.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T10:58:03.667Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.669Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.673Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.673Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T10:58:03.675Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:58:03.676Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.676Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.677Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.680Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is not matching search criteria
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-03T10:58:03.681Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:58:03.682Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T10:58:03.682Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.682Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:58:03.683Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.683Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.684Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:03.684Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.684Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.684Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is not matching search criteria
2022-06-03T10:58:03.685Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=89fe7c61-7c84-4675-ac7b-4eaf77608ce2
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.686Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:03.687Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_jITbOD
Description:service
Model UUID:b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1
Model Version:NULL
Model InvariantUuid:a7e691ad-b9fd-49c5-b4e2-bd44c91018c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_jITbOD
Model UUID:c02c8f29-0592-418b-88fc-175eb514013a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd76a4bc-f47c-4fa2-9ded-a48fe08a19a5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:88f6ebb2-adf6-40f7-b97f-f765222ffc0e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ca5b372d-d95d-4451-a463-94eb5ffec9aa
ModelName:BasicOnboardJitbod..base_ubuntu18..module-0
ModelUuid:1f98bbda-3f35-4f71-94e9-87dd0ce99943
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:89fe7c61-7c84-4675-ac7b-4eaf77608ce2
ModelInvariantUuid:98350e31-a6f0-4b78-89bf-083d2e6c6872
ModelName:basic_onboard_jITbOD-nodes.ubuntu18Cvfc
ModelUuid:b89ea6dc-8acd-48e7-a505-3eea54df3bef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:265280b5-d246-459f-b0b4-d4df3e5be408
ModelInvariantUuid:5fdce844-d741-4217-8630-9ceaaf98a0c3
ModelName:BasicOnboardJitbod.compute.nodes.heat.ubuntu18
ModelUuid:5670f261-0ee1-4947-8b9d-bcadcf00c918
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T10:58:03.714Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 221f53c2-1c6c-4d65-a44d-8912c311801f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:58:03.800Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||basic_onboard_jITbOD 0
2022-06-03T10:58:03.807Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 221f53c2-1c6c-4d65-a44d-8912c311801f
2022-06-03T10:58:03.807Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 01ed4517-3c40-4b75-acc6-483c862a8ab8 from URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
2022-06-03T10:58:03.807Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:58:03.808Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
2022-06-03T10:58:04.298Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:58:04.298Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json 01ed4517-3c40-4b75-acc6-483c862a8ab8 798
2022-06-03T10:58:04.299Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json ASDC sendASDCNotification
2022-06-03T10:58:04.299Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
2022-06-03T10:58:04.299Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:58:04.300Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:04.302Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:04.302Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253884299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:58:04.402Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:04.403Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:04.403Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:04.420Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:04.420Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:05.304Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJitbod..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ca5b372d-d95d-4451-a463-94eb5ffec9aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f98bbda-3f35-4f71-94e9-87dd0ce99943",
    "vfModuleModelCustomizationUUID": "cf897918-406d-4070-92fc-2337a43d6ff0",
    "isBase": true,
    "artifacts": [
      "c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc",
      "0757fd3d-7eef-4159-a1b6-5a20f67df58b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T10:58:05.320Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJitbod..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f98bbda-3f35-4f71-94e9-87dd0ce99943
VfModuleModelInvariantUUID:ca5b372d-d95d-4451-a463-94eb5ffec9aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc
,
0757fd3d-7eef-4159-a1b6-5a20f67df58b

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

isBase:true


}

2022-06-03T10:58:05.323Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJitbod..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ca5b372d-d95d-4451-a463-94eb5ffec9aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f98bbda-3f35-4f71-94e9-87dd0ce99943",
    "vfModuleModelCustomizationUUID": "cf897918-406d-4070-92fc-2337a43d6ff0",
    "isBase": true,
    "artifacts": [
      "c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc",
      "0757fd3d-7eef-4159-a1b6-5a20f67df58b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T10:58:05.323Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJitbod..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f98bbda-3f35-4f71-94e9-87dd0ce99943
VfModuleModelInvariantUUID:ca5b372d-d95d-4451-a463-94eb5ffec9aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc
,
0757fd3d-7eef-4159-a1b6-5a20f67df58b

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

isBase:true


}

2022-06-03T10:58:05.323Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc from URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
2022-06-03T10:58:05.323Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:58:05.324Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
2022-06-03T10:58:06.670Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:58:06.671Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml c8cbfe7b-9ac0-419a-ac64-a0d2ceb49afc 5033
2022-06-03T10:58:06.671Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T10:58:06.671Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
2022-06-03T10:58:06.671Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:58:06.672Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:06.674Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:06.674Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253886671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:58:06.774Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:06.775Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:06.775Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:06.790Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:06.791Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:07.675Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0757fd3d-7eef-4159-a1b6-5a20f67df58b from URL: /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
2022-06-03T10:58:07.675Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T10:58:07.675Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
2022-06-03T10:58:08.294Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T10:58:08.295Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env 0757fd3d-7eef-4159-a1b6-5a20f67df58b 909
2022-06-03T10:58:08.295Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T10:58:08.296Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
2022-06-03T10:58:08.296Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T10:58:08.296Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:08.298Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:08.298Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253888295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T10:58:08.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:58:08.399Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:08.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:08.446Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:08.447Z||pool-13-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:09.299Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1
2022-06-03T10:58:09.300Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jITbOD 0 221f53c2-1c6c-4d65-a44d-8912c311801f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:58:09.343Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58af372e, org.onap.sdc.toscaparser.api.parameters.Input@bc351f6, org.onap.sdc.toscaparser.api.parameters.Input@2b70942f, org.onap.sdc.toscaparser.api.parameters.Input@5cc221b5, org.onap.sdc.toscaparser.api.parameters.Input@7d757b44]
2022-06-03T10:58:09.348Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.348Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.349Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-03T10:58:09.350Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 88f6ebb2-adf6-40f7-b97f-f765222ffc0e
2022-06-03T10:58:09.350Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88f6ebb2-adf6-40f7-b97f-f765222ffc0e matches Tosca VF Customization UUID: 88f6ebb2-adf6-40f7-b97f-f765222ffc0e
2022-06-03T10:58:09.350Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 88f6ebb2-adf6-40f7-b97f-f765222ffc0e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T10:58:09.367Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.367Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.368Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 88f6ebb2-adf6-40f7-b97f-f765222ffc0e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-03T10:58:09.369Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55100c54
2022-06-03T10:58:09.369Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.369Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T10:58:09.370Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf897918-406d-4070-92fc-2337a43d6ff0
2022-06-03T10:58:09.372Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf897918-406d-4070-92fc-2337a43d6ff0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T10:58:09.382Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.382Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:09.383Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:09.384Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.384Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:09.385Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:09.385Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.386Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is not matching search criteria
2022-06-03T10:58:09.386Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T10:58:09.387Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T10:58:09.387Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=89fe7c61-7c84-4675-ac7b-4eaf77608ce2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T10:58:09.403Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.404Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:09.404Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T10:58:09.405Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.405Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_jITbOD 0 is matching search criteria
2022-06-03T10:58:09.405Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_jITbOD 0] matching following query criteria: sdcType=VF, customizationUUID=88f6ebb2-adf6-40f7-b97f-f765222ffc0e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T10:58:09.408Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.409Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.409Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1: basic_onboard_jITbOD
2022-06-03T10:58:09.410Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.410Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.411Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.411Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.412Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.412Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.412Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.413Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.413Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T10:58:09.413Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_jITbOD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T10:58:09.414Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_jITbOD 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T10:58:09.649Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jITbOD 221f53c2-1c6c-4d65-a44d-8912c311801f 1 ASDC deployResourceStructure
2022-06-03T10:58:09.650Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json ASDC sendASDCNotification
2022-06-03T10:58:09.650Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json
2022-06-03T10:58:09.650Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:58:09.651Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:09.652Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:09.652Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253889650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T10:58:09.753Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T10:58:09.753Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:09.753Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:09.771Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:09.772Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T10:58:10.653Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T10:58:10.654Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml
2022-06-03T10:58:10.654Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:58:10.654Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:10.656Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:10.656Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253890653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T10:58:10.756Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:10.757Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:10.757Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:10.781Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:10.782Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:11.657Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T10:58:11.657Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env
2022-06-03T10:58:11.657Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:58:11.657Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:11.659Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:11.659Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253891656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-03T10:58:11.759Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:11.760Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:11.761Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:11.775Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:11.775Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:12.660Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar ASDC sendASDCNotification
2022-06-03T10:58:12.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar
2022-06-03T10:58:12.661Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T10:58:12.662Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T10:58:12.665Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T10:58:12.665Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253892660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T10:58:12.765Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T10:58:12.766Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T10:58:12.766Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:12.782Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:12.783Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T10:58:13.666Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:58:13.701Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:58:13.703Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:58:13.703Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:58:13.703Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:58:43.704Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:58:43.727Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:58:43.737Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:58:43.737Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:58:43.737Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:58:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:58:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:58:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:58:50.949Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:58:50.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:58:50.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253862564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:58:50.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:59:13.738Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:59:13.751Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:59:13.753Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:59:13.753Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:59:13.753Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:59:43.754Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:59:43.765Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T10:59:43.766Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T10:59:43.767Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T10:59:43.767Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T10:59:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T10:59:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T10:59:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T10:59:50.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T10:59:50.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253860266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:59:50.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253864843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654253860614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253864274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T10:59:50.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T10:59:50.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253866653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T10:59:50.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:13.767Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:00:13.780Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:00:13.783Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:00:13.783Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:00:13.783Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:00:43.783Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:00:43.796Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:00:43.798Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:00:43.798Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:00:43.798Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:00:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:00:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:00:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:00:51.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:00:51.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253862564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253860266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253864843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654253860614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253864274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253866653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253862564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253860266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253864843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253864274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654253860614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253866653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253862564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253860266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253864843,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253864274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654253860614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253866653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253875160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253875160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253876796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253876750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253877468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253877542,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253875160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253870912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "cds",
  "timestamp": 1654253877776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.522Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.522Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253875160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253878593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253875160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253880101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253880171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253875160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:00:51.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253881266,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.549Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.549Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253875160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654253882280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253883169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253883471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253884172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253884281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253884488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253884299,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654253885178,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.576Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "clamp",
  "timestamp": 1654253885288,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.592Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.592Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "policy-id",
  "timestamp": 1654253885495,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.607Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.607Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:00:51.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253886671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253888295,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:00:51.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253889915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:00:51.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253889650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/basic_onboard_jitbod0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:00:51.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "aai-ml",
  "timestamp": 1654253890923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:00:51.623Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c3a0046a-d67b-4fd6-ba51-2519ea18abd7
2022-06-03T11:00:51.623Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:00:51.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253890653,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:00:51.634Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253891656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/resourceInstances/basic_onboard_jitbod0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:00:51.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:00:51.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:00:51.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654253892660,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJitbod/1.0/artifacts/service-BasicOnboardJitbod-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:00:51.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:01:13.799Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:01:13.811Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:01:13.815Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:01:13.821Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:01:43.822Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:01:43.839Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and serviceModelVersionId: b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1
2022-06-03T11:01:43.839Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7e691ad-b9fd-49c5-b4e2-bd44c91018c4
2022-06-03T11:01:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:01:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:01:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:01:58.719Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0
2022-06-03T11:01:58.871Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:01:59.379Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:01:59.385Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Invoke
2022-06-03T11:02:00.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:00.947Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:02:00.948Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Invoke
2022-06-03T11:02:02.463Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:02:02.464Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Invoke
2022-06-03T11:02:03.497Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:02:03.498Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:02:03.499Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:02:03.500Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:02:03.507Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:02:03.508Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3a0046a-d67b-4fd6-ba51-2519ea18abd7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:02:03.509Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:02:03.510Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:03.512Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:03.512Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254123508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:02:03.612Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:03.613Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:03.613Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:03.851Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:03.851Z||pool-18-thread-1|||||INFO|500||cambria reply ok (238 ms):{"serverTimeMs":8,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:02:04.528Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:04.529Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:04.529Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:14.862Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:14.863Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:14.864Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:14.864Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:24.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:24.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:24.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:24.418Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:33.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:33.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:33.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:33.971Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:43.517Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:02:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:50.917Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:02:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:51.557Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:51.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:51.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:02:51.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T11:02:51.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3a0046a-d67b-4fd6-ba51-2519ea18abd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254123508,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:02:51.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"16f7f790-c236-4937-85dd-4768dfc32880","serviceName":"vFW 2022-06-03 10-57-21","serviceVersion":"1.0","serviceUUID":"fa4c8583-3ee7-47d0-adc6-d5183e19ae1e","serviceDescription":"catalog service description","serviceInvariantUUID":"0ecfb3e6-7115-4985-a09c-17c73f7e4ae0","resources":[{"resourceInstanceName":"vFW 738c408e-b80b 0","resourceName":"vFW 738c408e-b80b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"efa2b54c-88eb-4b8e-9e41-204df9379280","resourceInvariantUUID":"6827a1cb-3d92-406b-b219-67c67923963c","resourceCustomizationUUID":"84877b68-0ba2-43dd-80c5-7a0eec1c99d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml","artifactChecksum":"ODU0YjFlNjcyZTUwNTM4MTliNjc3NDM2MWJiNjM2NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce8bfa38-1320-4928-a3df-39b80c9dfc3d","artifactVersion":"1"},{"artifactName":"vfw738c408eb80b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json","artifactChecksum":"OGIzZmIxMDk3ODgxMTJmNGY5NDZlZDNmZDdhZmI2OGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93e142bb-4a78-41db-b6be-4fb178b149c8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dea6c5ed-864d-492b-99a9-f0c1c7f10933","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml","artifactChecksum":"NWI1NGM2ZjE3MGE0ZmJmNDU3NTdmZmQ1NjY0NDY2ZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"863d7fa3-679c-4755-af9b-5c822f67e32c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d","artifactVersion":"2","generatedFromUUID":"dea6c5ed-864d-492b-99a9-f0c1c7f10933"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603105721-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml","artifactChecksum":"Y2QwNzlmNjc2NjA5MjhiOTQyM2IxZDY4NDNiMTI1NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10c29e8b-ab87-4f7e-87ce-bf1e5c28f2a7","artifactVersion":"1"},{"artifactName":"service-Vfw20220603105721-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar","artifactChecksum":"NTE3NWIxNTQxNjcwODVlMTI5ZDZjYzliMDhlMmMzNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18a13d19-c6b4-47e1-beaa-bd7bfd7af44d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:02:51.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:02:51.564Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:51.564Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:51.570Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:51.570Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:51.670Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:51.671Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:51.671Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:51.692Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:51.693Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:52.571Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:52.572Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:52.595Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:52.595Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:02:52.674Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-06-03T11:02:52.676Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:52.676Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:52.698Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:52.699Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:53.596Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:53.597Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:53.604Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:53.604Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:02:53.699Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-03T11:02:53.700Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:53.700Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:53.723Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:53.723Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:54.605Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:54.606Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:54.608Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:54.608Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:54.710Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T11:02:54.711Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:54.712Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:54.727Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:54.728Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:55.609Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:55.611Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:55.613Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:55.613Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:02:55.713Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:55.714Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:55.714Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:55.731Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:55.732Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:56.613Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:56.614Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:56.616Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:56.617Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:02:56.717Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:56.718Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:56.718Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:56.734Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:56.734Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:02:57.617Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:02:57.618Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:57.620Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:57.620Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:02:57.721Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T11:02:57.722Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:57.722Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:57.739Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:57.739Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:02:58.622Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "serviceName": "vFW 2022-06-03 10-57-21",
  "serviceVersion": "1.0",
  "serviceUUID": "fa4c8583-3ee7-47d0-adc6-d5183e19ae1e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0ecfb3e6-7115-4985-a09c-17c73f7e4ae0",
  "resources": [
    {
      "resourceInstanceName": "vFW 738c408e-b80b 0",
      "resourceCustomizationUUID": "84877b68-0ba2-43dd-80c5-7a0eec1c99d9",
      "resourceName": "vFW 738c408e-b80b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "efa2b54c-88eb-4b8e-9e41-204df9379280",
      "resourceInvariantUUID": "6827a1cb-3d92-406b-b219-67c67923963c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw738c408eb80b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
          "artifactChecksum": "OGIzZmIxMDk3ODgxMTJmNGY5NDZlZDNmZDdhZmI2OGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "93e142bb-4a78-41db-b6be-4fb178b149c8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dea6c5ed-864d-492b-99a9-f0c1c7f10933",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d",
            "generatedFromUUID": "dea6c5ed-864d-492b-99a9-f0c1c7f10933"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603105721-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
      "artifactChecksum": "NTE3NWIxNTQxNjcwODVlMTI5ZDZjYzliMDhlMmMzNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18a13d19-c6b4-47e1-beaa-bd7bfd7af44d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:02:58.623Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:02:58.623Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa4c8583-3ee7-47d0-adc6-d5183e19ae1e ASDC
2022-06-03T11:02:58.624Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:16f7f790-c236-4937-85dd-4768dfc32880
ServiceName:vFW 2022-06-03 10-57-21
ServiceVersion:1.0
ServiceUUID:fa4c8583-3ee7-47d0-adc6-d5183e19ae1e
ServiceInvariantUUID:0ecfb3e6-7115-4985-a09c-17c73f7e4ae0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603105721-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
ArtifactUUID:18a13d19-c6b4-47e1-beaa-bd7bfd7af44d
ArtifactChecksum:NTE3NWIxNTQxNjcwODVlMTI5ZDZjYzliMDhlMmMzNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 738c408e-b80b 0
ResourceCustomizationUUID:84877b68-0ba2-43dd-80c5-7a0eec1c99d9
ResourceInvariantUUID:6827a1cb-3d92-406b-b219-67c67923963c
ResourceName:vFW 738c408e-b80b
ResourceType:VF
ResourceUUID:efa2b54c-88eb-4b8e-9e41-204df9379280
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw738c408eb80b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
ArtifactUUID:93e142bb-4a78-41db-b6be-4fb178b149c8
ArtifactChecksum:OGIzZmIxMDk3ODgxMTJmNGY5NDZlZDNmZDdhZmI2OGQ=
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/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
ArtifactUUID:dea6c5ed-864d-492b-99a9-f0c1c7f10933
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/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
ArtifactUUID:5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d
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/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
ArtifactUUID:5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:02:58.624Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa4c8583-3ee7-47d0-adc6-d5183e19ae1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:02:58.674Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:02:58.675Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-03T11:02:58.675Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-03T11:02:58.675Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18a13d19-c6b4-47e1-beaa-bd7bfd7af44d from URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
2022-06-03T11:02:58.675Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-03T11:02:58.676Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
2022-06-03T11:02:59.768Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-03T11:02:59.773Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar 18a13d19-c6b4-47e1-beaa-bd7bfd7af44d 99065
2022-06-03T11:02:59.774Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar ASDC sendASDCNotification
2022-06-03T11:02:59.774Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
2022-06-03T11:02:59.774Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:02:59.774Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:02:59.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:02:59.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254179774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:02:59.877Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:02:59.878Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:02:59.879Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:02:59.907Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:02:59.907Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:00.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:03:00.779Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-03T11:03:00.779Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 18a13d19-c6b4-47e1-beaa-bd7bfd7af44d, URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar to file: /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:00.780Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603105721-csar.csar
2022-06-03T11:03:00.780Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:00.780Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:01.108Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12625823495868665210/Definitions/service-Vfw20220603105721-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-03T11:03:03.265Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:03:03.265Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-03T11:03:03.265Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.265Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 738c408e-b80b 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-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.266Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.267Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.268Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.269Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:03.270Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.271Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.272Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:03.273Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:03.274Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d51c0ccb-e05b-4405-92ee-6dcdb8ec6585
2022-06-03T11:03:03.275Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.276Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=986e8e8d-bb20-41aa-9e4f-4944cc2a9aca
2022-06-03T11:03:03.277Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.278Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:03:03.279Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cf3d36c-e1a4-49d4-be6c-dae6c5449c0f
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:03.280Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:03.281Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 10-57-21
Description:catalog service description
Model UUID:fa4c8583-3ee7-47d0-adc6-d5183e19ae1e
Model Version:NULL
Model InvariantUuid:0ecfb3e6-7115-4985-a09c-17c73f7e4ae0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 738c408e-b80b
Model UUID:7c5e83cc-0cf2-4381-a1e9-b4416ae3cbad
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6827a1cb-3d92-406b-b219-67c67923963c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:84877b68-0ba2-43dd-80c5-7a0eec1c99d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:26d07f45-cf16-4aed-ba84-92967d2a8352
ModelName:Vfw738c408eB80b..base_vfw..module-0
ModelUuid:3a308bff-8c0e-4165-a74f-46c70a739241
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d51c0ccb-e05b-4405-92ee-6dcdb8ec6585
ModelInvariantUuid:be5caa2a-3d3e-4ddf-8fb5-92c65077ed4a
ModelName:vFW 738c408e-b80b-nodes.vfwCvfc
ModelUuid:5c85009a-5751-4ade-a6c4-b8d7362f1301
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d7aed8c9-09a2-493a-975d-e3f8bfaa444f
ModelInvariantUuid:3bc4ef4c-24ce-43cc-b239-4a36d96503f3
ModelName:Vfw738c408eB80b.compute.nodes.heat.vfw
ModelUuid:6c7c127c-11d0-4708-8dcd-81759ae3832d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:986e8e8d-bb20-41aa-9e4f-4944cc2a9aca
ModelInvariantUuid:aba533ae-40c1-4961-97ba-38ecbf5f590e
ModelName:vFW 738c408e-b80b-nodes.vsnCvfc
ModelUuid:af8966b6-c5e0-404b-99f4-d9c6e252f51b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:43e20250-a9cb-4f48-b60a-0ad53c227c77
ModelInvariantUuid:ca8c7450-7f44-475b-9f6d-e00916186d2a
ModelName:Vfw738c408eB80b.compute.nodes.heat.vsn
ModelUuid:e53aab9f-32b3-4eeb-80f9-0b7ff882f70f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5cf3d36c-e1a4-49d4-be6c-dae6c5449c0f
ModelInvariantUuid:95e494a0-fbc0-464f-8ec8-233c24adf9ce
ModelName:vFW 738c408e-b80b-nodes.vpgCvfc
ModelUuid:ba95ddb4-6a4e-4123-a05a-2e8808a1a670
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0c03e94c-329e-4038-a57e-781a270b883b
ModelInvariantUuid:6e35cd85-55d3-48e0-bfb6-3e91df68037e
ModelName:Vfw738c408eB80b.compute.nodes.heat.vpg
ModelUuid:323afd21-429a-4880-8ca9-b1b19a40c442
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:03:03.293Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: efa2b54c-88eb-4b8e-9e41-204df9379280
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:03:03.297Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||vFW 738c408e-b80b 0
2022-06-03T11:03:03.298Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: efa2b54c-88eb-4b8e-9e41-204df9379280
2022-06-03T11:03:03.298Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93e142bb-4a78-41db-b6be-4fb178b149c8 from URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
2022-06-03T11:03:03.298Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-03T11:03:03.298Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
2022-06-03T11:03:03.699Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:03.700Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json 93e142bb-4a78-41db-b6be-4fb178b149c8 785
2022-06-03T11:03:03.700Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json ASDC sendASDCNotification
2022-06-03T11:03:03.700Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
2022-06-03T11:03:03.700Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:03.701Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:03.703Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:03.703Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254183700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:03:03.804Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:03.805Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:03.806Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:03.828Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:03.829Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:04.704Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw738c408eB80b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "26d07f45-cf16-4aed-ba84-92967d2a8352",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a308bff-8c0e-4165-a74f-46c70a739241",
    "vfModuleModelCustomizationUUID": "344ef9ce-2766-4363-a399-bb4a5b9a33a0",
    "isBase": true,
    "artifacts": [
      "dea6c5ed-864d-492b-99a9-f0c1c7f10933",
      "5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:03:04.710Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw738c408eB80b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a308bff-8c0e-4165-a74f-46c70a739241
VfModuleModelInvariantUUID:26d07f45-cf16-4aed-ba84-92967d2a8352
VfModuleModelDescription:NULL
Artifacts UUID List:{
dea6c5ed-864d-492b-99a9-f0c1c7f10933
,
5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d

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

isBase:true


}

2022-06-03T11:03:04.711Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw738c408eB80b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "26d07f45-cf16-4aed-ba84-92967d2a8352",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a308bff-8c0e-4165-a74f-46c70a739241",
    "vfModuleModelCustomizationUUID": "344ef9ce-2766-4363-a399-bb4a5b9a33a0",
    "isBase": true,
    "artifacts": [
      "dea6c5ed-864d-492b-99a9-f0c1c7f10933",
      "5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:03:04.712Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw738c408eB80b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a308bff-8c0e-4165-a74f-46c70a739241
VfModuleModelInvariantUUID:26d07f45-cf16-4aed-ba84-92967d2a8352
VfModuleModelDescription:NULL
Artifacts UUID List:{
dea6c5ed-864d-492b-99a9-f0c1c7f10933
,
5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d

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

isBase:true


}

2022-06-03T11:03:04.712Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dea6c5ed-864d-492b-99a9-f0c1c7f10933 from URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
2022-06-03T11:03:04.712Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-03T11:03:04.712Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
2022-06-03T11:03:05.801Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml dea6c5ed-864d-492b-99a9-f0c1c7f10933 20368
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:05.802Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:05.804Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:05.804Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254185802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:03:05.904Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:05.905Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:05.905Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:05.918Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:05.918Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:06.805Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d from URL: /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
2022-06-03T11:03:06.805Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-03T11:03:06.806Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
2022-06-03T11:03:08.486Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env 5d5aa7c3-52aa-4f83-8cb7-959a19b5f32d 2098
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:03:08.487Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:08.489Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:08.490Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254188487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:03:08.590Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:08.590Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:08.591Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:08.645Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:08.645Z||pool-29-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:09.490Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fa4c8583-3ee7-47d0-adc6-d5183e19ae1e
2022-06-03T11:03:09.491Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 738c408e-b80b 0 efa2b54c-88eb-4b8e-9e41-204df9379280 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:03:09.512Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5efedcdf, org.onap.sdc.toscaparser.api.parameters.Input@1a9482c5, org.onap.sdc.toscaparser.api.parameters.Input@10d4a37c, org.onap.sdc.toscaparser.api.parameters.Input@4cd24f64, org.onap.sdc.toscaparser.api.parameters.Input@64e27a05]
2022-06-03T11:03:09.514Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.514Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.515Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-03T11:03:09.515Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 84877b68-0ba2-43dd-80c5-7a0eec1c99d9
2022-06-03T11:03:09.515Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84877b68-0ba2-43dd-80c5-7a0eec1c99d9 matches Tosca VF Customization UUID: 84877b68-0ba2-43dd-80c5-7a0eec1c99d9
2022-06-03T11:03:09.515Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 84877b68-0ba2-43dd-80c5-7a0eec1c99d9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T11:03:09.518Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.518Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.519Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 84877b68-0ba2-43dd-80c5-7a0eec1c99d9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T11:03:09.519Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3153127d
2022-06-03T11:03:09.519Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.520Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:03:09.520Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 344ef9ce-2766-4363-a399-bb4a5b9a33a0
2022-06-03T11:03:09.520Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 344ef9ce-2766-4363-a399-bb4a5b9a33a0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T11:03:09.523Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.523Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.524Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.524Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.524Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.524Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:03:09.525Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:09.526Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:09.526Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:09.526Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.526Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.527Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d51c0ccb-e05b-4405-92ee-6dcdb8ec6585
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.531Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:09.532Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:09.532Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:09.532Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.532Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:03:09.533Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:03:09.534Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.534Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:03:09.534Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.534Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=986e8e8d-bb20-41aa-9e4f-4944cc2a9aca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:03:09.537Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.537Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.537Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.542Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.542Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is not matching search criteria
2022-06-03T11:03:09.542Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:03:09.542Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.543Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:03:09.544Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:03:09.544Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:03:09.544Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:03:09.544Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:03:09.545Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:03:09.545Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cf3d36c-e1a4-49d4-be6c-dae6c5449c0f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:03:09.547Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.548Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.548Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:03:09.548Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.548Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Node template vFW 738c408e-b80b 0 is matching search criteria
2022-06-03T11:03:09.549Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 738c408e-b80b 0] matching following query criteria: sdcType=VF, customizationUUID=84877b68-0ba2-43dd-80c5-7a0eec1c99d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fa4c8583-3ee7-47d0-adc6-d5183e19ae1e: vFW 738c408e-b80b
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.551Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.552Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.552Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.552Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.552Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.553Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.553Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.553Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:03:09.553Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-03 10-57-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:03:09.554Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-03 10-57-21 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:03:09.733Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 738c408e-b80b efa2b54c-88eb-4b8e-9e41-204df9379280 1 ASDC deployResourceStructure
2022-06-03T11:03:09.733Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json ASDC sendASDCNotification
2022-06-03T11:03:09.733Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json
2022-06-03T11:03:09.733Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:09.734Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:09.735Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:09.736Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254189733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:03:09.836Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:09.837Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:09.837Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:09.854Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:09.854Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:10.738Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:03:10.738Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml
2022-06-03T11:03:10.739Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:10.739Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:10.741Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:10.741Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254190738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:03:10.841Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:10.842Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:10.842Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:10.856Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:10.856Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:11.742Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:03:11.743Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env
2022-06-03T11:03:11.743Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:11.743Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:11.745Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:11.746Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254191742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:03:11.845Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:03:11.846Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:11.846Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:11.864Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:11.864Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:03:12.747Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar ASDC sendASDCNotification
2022-06-03T11:03:12.747Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar
2022-06-03T11:03:12.747Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:03:12.747Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:03:12.749Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:03:12.749Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254192746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:03:12.849Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:03:12.850Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:03:12.851Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:12.867Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:12.867Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:03:13.750Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:03:13.763Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:03:13.769Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:03:13.769Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:03:13.769Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:03:43.770Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:03:43.780Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:03:43.783Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:03:43.783Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:03:43.783Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:03:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:03:50.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:03:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:03:51.050Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:03:51.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:03:51.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254164274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:03:51.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:13.784Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:04:13.797Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:04:13.799Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:04:13.799Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:04:13.799Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:04:43.799Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:04:43.813Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:04:43.819Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:04:43.819Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:04:43.819Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:04:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:04:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:04:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:04:51.453Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:04:51.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254162564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254166654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254164840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254164840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254162564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254164274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254166654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254164274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254162564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254164840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254166654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254164274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254164840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254162564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254166654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254162564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254164274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254164840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254166654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254175265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254162564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254164840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254164274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254166654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254175265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254162564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254164274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254164840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254166654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254170913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254175265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254175265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254179494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254180136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254180143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254179774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254175265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254180613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254175265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254181409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254180613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254175265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:04:51.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254180613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254183366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254183893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254183475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254183700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254180613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254184391,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.519Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.520Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254184899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:51.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "cds",
  "timestamp": 1654254184482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.537Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.537Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254185223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254185329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:51.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254180613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254185393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "policy-id",
  "timestamp": 1654254185905,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.559Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:04:51.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254186254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:51.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254185802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254186333,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.574Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.574Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254180613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "clamp",
  "timestamp": 1654254187261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.594Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254180613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254188487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254189733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/vfw738c408eb80b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254190738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:51.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254191782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254191742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/resourceInstances/vfw738c408eb80b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:51.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:04:51.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "aai-ml",
  "timestamp": 1654254192789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:04:51.613Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 16f7f790-c236-4937-85dd-4768dfc32880
2022-06-03T11:04:51.613Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16f7f790-c236-4937-85dd-4768dfc32880 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:04:51.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:04:51.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254192746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603105721/1.0/artifacts/service-Vfw20220603105721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:04:51.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:13.819Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:05:13.832Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:05:13.834Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:05:13.835Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:05:13.840Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:05:43.840Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16f7f790-c236-4937-85dd-4768dfc32880 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:05:43.847Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16f7f790-c236-4937-85dd-4768dfc32880 and serviceModelVersionId: fa4c8583-3ee7-47d0-adc6-d5183e19ae1e
2022-06-03T11:05:43.847Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ecfb3e6-7115-4985-a09c-17c73f7e4ae0
2022-06-03T11:05:43.848Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0
2022-06-03T11:05:43.853Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:05:43.911Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Invoke
2022-06-03T11:05:43.912Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97cfce8c-d695-4872-91de-45d8a2d424d1], X-ECOMP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-TransactionId=[], X-ONAP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], Content-Type=[application/merge-patch+json]}
2022-06-03T11:05:45.439Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Invoke
2022-06-03T11:05:45.440Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52a0c286-0893-464a-a556-a11dd8a20bcc], X-ECOMP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-TransactionId=[], X-ONAP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], Content-Type=[application/merge-patch+json]}
2022-06-03T11:05:46.976Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Invoke
2022-06-03T11:05:46.977Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57f1fe61-5dab-4935-9c50-1c104b820ad4], X-ECOMP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], X-TransactionId=[], X-ONAP-RequestID=[16f7f790-c236-4937-85dd-4768dfc32880], Content-Type=[application/merge-patch+json]}
2022-06-03T11:05:48.009Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:05:48.010Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:05:48.010Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:05:48.010Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:05:48.018Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:05:48.018Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16f7f790-c236-4937-85dd-4768dfc32880 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:05:48.018Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:05:48.019Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:48.020Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:48.021Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254348018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:05:48.121Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:48.121Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:48.122Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:48.139Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:48.140Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:05:49.032Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:05:49.032Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:05:49.033Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:05:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:05:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:51.049Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:51.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254340265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254344274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254346653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254340616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254344840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254342564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16f7f790-c236-4937-85dd-4768dfc32880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254348018,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254344840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254340616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254346653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254342564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254340265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254344274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254342564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254344274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254346653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254340616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254340265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254344840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:51.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:05:53.744Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:53.745Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||received message from topic
2022-06-03T11:05:53.745Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b430dd8d-6294-4465-910d-52249d76a047","serviceName":"vFW 2022-06-03 11-00-04","serviceVersion":"1.0","serviceUUID":"d69905fd-a8a3-4b59-8b2e-32a63127ae20","serviceDescription":"catalog service description","serviceInvariantUUID":"aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d","resources":[{"resourceInstanceName":"vFW 9b89e9fc-bd8e 0","resourceName":"vFW 9b89e9fc-bd8e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ba90ff2-073f-444e-aae5-bd76c9e7fc20","resourceInvariantUUID":"cc7a76ac-bcd9-4d20-ad99-277a47404355","resourceCustomizationUUID":"3c09bdd5-d573-4315-8c13-a93c83a650a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml","artifactChecksum":"NjZhZGIwZTRiZjMzN2IwMTkxNmNiZmNlNWEyYjk5ODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d715fcc7-854e-4e8a-831e-42680ffdaa3f","artifactVersion":"1"},{"artifactName":"vfw9b89e9fcbd8e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json","artifactChecksum":"MjVlNzQwNDE4ZGEyZjFmZTM3Mzg4OGI4OTdiMDg3MGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bf96fb0-8562-4eeb-8114-cc0459710318","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73039702-4e4d-468f-a0d3-7a871244a03a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml","artifactChecksum":"NTE0ZWI5NjMwZmVhMWEzOWRhMWM3MjA1OWZhYWFkNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"073c77ee-b4f7-4d9f-8ba5-11e13b89b629","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"199529b5-0a31-4456-88cf-9ef048806653","artifactVersion":"2","generatedFromUUID":"73039702-4e4d-468f-a0d3-7a871244a03a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603110004-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml","artifactChecksum":"N2RmYWQ3NzJmMGZlMzdiY2E1ZTU0YjkyZGYxNjJkMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49bb9d93-cbee-4645-96b6-e31f8ecd9f5e","artifactVersion":"1"},{"artifactName":"service-Vfw20220603110004-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar","artifactChecksum":"NmMyMjdmMGFmMGEyMmUzZmRjZWQyZDUxMzU0ZDBiNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50cbb23f-4402-4eb8-b97a-a54b478fab09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:05:53.748Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:53.748Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:53.750Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:53.751Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:53.851Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:53.852Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:53.852Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:53.878Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:53.878Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:05:54.751Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:54.753Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:54.755Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:54.755Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:05:54.855Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:54.856Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:54.856Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:54.875Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:54.876Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:05:55.756Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:55.757Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:55.759Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:55.759Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:05:55.859Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:55.860Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:55.860Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:55.874Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:55.875Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:05:56.760Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:56.761Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:56.763Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:56.763Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:56.863Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:56.864Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:56.864Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:56.882Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:56.882Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:05:57.764Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:57.765Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:57.768Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:57.768Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:05:57.868Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:57.869Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:57.869Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:57.886Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:57.886Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:05:58.768Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:58.769Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:58.772Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:58.772Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:05:58.872Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:58.872Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:58.873Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:58.891Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:58.891Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:05:59.772Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:05:59.773Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:05:59.775Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:05:59.775Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:05:59.875Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:05:59.876Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:05:59.876Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:05:59.892Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:05:59.892Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:00.776Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "serviceName": "vFW 2022-06-03 11-00-04",
  "serviceVersion": "1.0",
  "serviceUUID": "d69905fd-a8a3-4b59-8b2e-32a63127ae20",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d",
  "resources": [
    {
      "resourceInstanceName": "vFW 9b89e9fc-bd8e 0",
      "resourceCustomizationUUID": "3c09bdd5-d573-4315-8c13-a93c83a650a6",
      "resourceName": "vFW 9b89e9fc-bd8e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ba90ff2-073f-444e-aae5-bd76c9e7fc20",
      "resourceInvariantUUID": "cc7a76ac-bcd9-4d20-ad99-277a47404355",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9b89e9fcbd8e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
          "artifactChecksum": "MjVlNzQwNDE4ZGEyZjFmZTM3Mzg4OGI4OTdiMDg3MGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3bf96fb0-8562-4eeb-8114-cc0459710318",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "73039702-4e4d-468f-a0d3-7a871244a03a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "199529b5-0a31-4456-88cf-9ef048806653",
            "generatedFromUUID": "73039702-4e4d-468f-a0d3-7a871244a03a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "199529b5-0a31-4456-88cf-9ef048806653",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603110004-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
      "artifactChecksum": "NmMyMjdmMGFmMGEyMmUzZmRjZWQyZDUxMzU0ZDBiNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50cbb23f-4402-4eb8-b97a-a54b478fab09"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:06:00.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:06:00.777Z|16f7f790-c236-4937-85dd-4768dfc32880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d69905fd-a8a3-4b59-8b2e-32a63127ae20 ASDC
2022-06-03T11:06:00.777Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b430dd8d-6294-4465-910d-52249d76a047
ServiceName:vFW 2022-06-03 11-00-04
ServiceVersion:1.0
ServiceUUID:d69905fd-a8a3-4b59-8b2e-32a63127ae20
ServiceInvariantUUID:aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603110004-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
ArtifactUUID:50cbb23f-4402-4eb8-b97a-a54b478fab09
ArtifactChecksum:NmMyMjdmMGFmMGEyMmUzZmRjZWQyZDUxMzU0ZDBiNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9b89e9fc-bd8e 0
ResourceCustomizationUUID:3c09bdd5-d573-4315-8c13-a93c83a650a6
ResourceInvariantUUID:cc7a76ac-bcd9-4d20-ad99-277a47404355
ResourceName:vFW 9b89e9fc-bd8e
ResourceType:VF
ResourceUUID:2ba90ff2-073f-444e-aae5-bd76c9e7fc20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9b89e9fcbd8e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json
ArtifactUUID:3bf96fb0-8562-4eeb-8114-cc0459710318
ArtifactChecksum:MjVlNzQwNDE4ZGEyZjFmZTM3Mzg4OGI4OTdiMDg3MGE=
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/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml
ArtifactUUID:73039702-4e4d-468f-a0d3-7a871244a03a
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/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env
ArtifactUUID:199529b5-0a31-4456-88cf-9ef048806653
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/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env
ArtifactUUID:199529b5-0a31-4456-88cf-9ef048806653
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:06:00.777Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d69905fd-a8a3-4b59-8b2e-32a63127ae20 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:06:00.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:06:00.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:06:00.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:06:00.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Trying to download the artifact UUID: 50cbb23f-4402-4eb8-b97a-a54b478fab09 from URL: /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:00.818Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:06:00.818Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:01.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:06:01.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar 50cbb23f-4402-4eb8-b97a-a54b478fab09 98970
2022-06-03T11:06:01.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar ASDC sendASDCNotification
2022-06-03T11:06:01.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:01.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:06:01.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:01.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:02.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254361997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:06:02.100Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:02.101Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:02.101Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:02.120Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:02.120Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:03.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:06:03.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:06:03.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Trying to write artifact UUID: 50cbb23f-4402-4eb8-b97a-a54b478fab09, URL: /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar to file: /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:03.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603110004-csar.csar
2022-06-03T11:06:03.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:03.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:03.151Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5920708073316703124/Definitions/service-Vfw20220603110004-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-03T11:06:04.987Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||####################################################################################################
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9b89e9fc-bd8e 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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.988Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|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-Vfw20220603110004-csar.csar
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|WARN|500||####################################################################################################
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.989Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:04.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:06:04.992Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:06:04.993Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:04.994Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:04.995Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.995Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:04.995Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:04.995Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.995Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:04.996Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:04.996Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.996Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is not matching search criteria
2022-06-03T11:06:04.996Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:06:04.996Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:06:04.996Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:06:04.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:06:04.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:06:04.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:06:04.997Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:06:04.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d5cc90c-bc0d-407c-af4c-3acc2c5b9a85
2022-06-03T11:06:04.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:04.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is not matching search criteria
2022-06-03T11:06:04.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:06:04.998Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:06:04.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:06:04.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:04.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:04.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:06:04.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:06:04.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:06:05.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:05.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:06:05.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:05.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14dce89d-064b-4ac2-a195-4aea203a9772
2022-06-03T11:06:05.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:05.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is not matching search criteria
2022-06-03T11:06:05.000Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:06:05.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:06:05.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:06:05.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:05.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:05.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:05.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:06:05.001Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:06:05.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:06:05.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:05.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:05.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:06:05.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=06078832-ea5b-4144-a8bb-e34c33f0276f
2022-06-03T11:06:05.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:05.002Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:05.003Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:05.003Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:05.003Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:05.003Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:05.003Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:05.003Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:05.004Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 11-00-04
Description:catalog service description
Model UUID:d69905fd-a8a3-4b59-8b2e-32a63127ae20
Model Version:NULL
Model InvariantUuid:aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9b89e9fc-bd8e
Model UUID:eb8f6d3f-4b58-482d-8ca1-55706b852c9a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc7a76ac-bcd9-4d20-ad99-277a47404355
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c09bdd5-d573-4315-8c13-a93c83a650a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2d1fc004-3eaf-4ac8-94b7-f97f2fbda79d
ModelName:Vfw9b89e9fcBd8e..base_vfw..module-0
ModelUuid:a24b7255-7293-4153-8fb8-ad3b87f686a6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d5cc90c-bc0d-407c-af4c-3acc2c5b9a85
ModelInvariantUuid:8c3117b1-4b1b-407f-a85a-949646683521
ModelName:vFW 9b89e9fc-bd8e-nodes.vfwCvfc
ModelUuid:fcf311b4-5899-4b47-bf29-441e06be25c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f033b5b9-c08f-4214-b4a2-ea2eaba95486
ModelInvariantUuid:4f864a13-7c8a-43a6-920b-2ad39ceb2d70
ModelName:Vfw9b89e9fcBd8e.compute.nodes.heat.vfw
ModelUuid:4723c256-01e1-4820-91e1-c758fac692e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:14dce89d-064b-4ac2-a195-4aea203a9772
ModelInvariantUuid:464ee22f-63a4-457b-8976-cb867fdde3b3
ModelName:vFW 9b89e9fc-bd8e-nodes.vsnCvfc
ModelUuid:fc8950c3-b4ea-4043-a8dc-8c3d40014b09
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fe8b9d68-f1a1-40c8-9316-b3eeb00ee22c
ModelInvariantUuid:3c33cfd9-1981-4cc1-b76c-d3ad4009d9c2
ModelName:Vfw9b89e9fcBd8e.compute.nodes.heat.vsn
ModelUuid:b7afa8ad-843a-450e-8f44-8f0fd18ff53d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:06078832-ea5b-4144-a8bb-e34c33f0276f
ModelInvariantUuid:de4f95cb-0634-45ba-89c8-6b2d77e0fd09
ModelName:vFW 9b89e9fc-bd8e-nodes.vpgCvfc
ModelUuid:a5f95907-c8e9-49e2-b3c5-e2a85121993f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:667d48fd-8dd9-4ef1-be60-6eda46f160dd
ModelInvariantUuid:4e47580e-2505-4f03-beab-afca6eb88934
ModelName:Vfw9b89e9fcBd8e.compute.nodes.heat.vpg
ModelUuid:353f1b60-6727-47c4-85e1-0e8072b5c8cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:06:05.012Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 2ba90ff2-073f-444e-aae5-bd76c9e7fc20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:06:05.015Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||vFW 9b89e9fc-bd8e 0
2022-06-03T11:06:05.015Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 2ba90ff2-073f-444e-aae5-bd76c9e7fc20
2022-06-03T11:06:05.015Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Trying to download the artifact UUID: 3bf96fb0-8562-4eeb-8114-cc0459710318 from URL: /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json
2022-06-03T11:06:05.015Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:06:05.015Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json
2022-06-03T11:06:06.375Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:06:06.376Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json 3bf96fb0-8562-4eeb-8114-cc0459710318 785
2022-06-03T11:06:06.376Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json ASDC sendASDCNotification
2022-06-03T11:06:06.376Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json
2022-06-03T11:06:06.376Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:06:06.376Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:06.378Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:06.378Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254366376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:06:06.478Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:06.479Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:06.479Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:06.503Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:06.503Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:07.379Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9b89e9fcBd8e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2d1fc004-3eaf-4ac8-94b7-f97f2fbda79d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a24b7255-7293-4153-8fb8-ad3b87f686a6",
    "vfModuleModelCustomizationUUID": "030a1c76-e7ef-4b0c-87ab-7ac9b6a11125",
    "isBase": true,
    "artifacts": [
      "73039702-4e4d-468f-a0d3-7a871244a03a",
      "199529b5-0a31-4456-88cf-9ef048806653"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:06:07.382Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9b89e9fcBd8e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a24b7255-7293-4153-8fb8-ad3b87f686a6
VfModuleModelInvariantUUID:2d1fc004-3eaf-4ac8-94b7-f97f2fbda79d
VfModuleModelDescription:NULL
Artifacts UUID List:{
73039702-4e4d-468f-a0d3-7a871244a03a
,
199529b5-0a31-4456-88cf-9ef048806653

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

isBase:true


}

2022-06-03T11:06:07.384Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9b89e9fcBd8e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2d1fc004-3eaf-4ac8-94b7-f97f2fbda79d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a24b7255-7293-4153-8fb8-ad3b87f686a6",
    "vfModuleModelCustomizationUUID": "030a1c76-e7ef-4b0c-87ab-7ac9b6a11125",
    "isBase": true,
    "artifacts": [
      "73039702-4e4d-468f-a0d3-7a871244a03a",
      "199529b5-0a31-4456-88cf-9ef048806653"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:06:07.384Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9b89e9fcBd8e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a24b7255-7293-4153-8fb8-ad3b87f686a6
VfModuleModelInvariantUUID:2d1fc004-3eaf-4ac8-94b7-f97f2fbda79d
VfModuleModelDescription:NULL
Artifacts UUID List:{
73039702-4e4d-468f-a0d3-7a871244a03a
,
199529b5-0a31-4456-88cf-9ef048806653

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

isBase:true


}

2022-06-03T11:06:07.384Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Trying to download the artifact UUID: 73039702-4e4d-468f-a0d3-7a871244a03a from URL: /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml
2022-06-03T11:06:07.384Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:06:07.384Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml
2022-06-03T11:06:08.391Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:06:08.392Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml 73039702-4e4d-468f-a0d3-7a871244a03a 20368
2022-06-03T11:06:08.392Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:06:08.392Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml
2022-06-03T11:06:08.393Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:06:08.393Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:08.401Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:08.402Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254368392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:06:08.502Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:08.503Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:08.503Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:08.517Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:08.518Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:09.402Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Trying to download the artifact UUID: 199529b5-0a31-4456-88cf-9ef048806653 from URL: /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env
2022-06-03T11:06:09.403Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:06:09.403Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env
2022-06-03T11:06:10.573Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:06:10.573Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env 199529b5-0a31-4456-88cf-9ef048806653 2098
2022-06-03T11:06:10.573Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:06:10.573Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env
2022-06-03T11:06:10.574Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:06:10.574Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:10.575Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:10.575Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254370573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:06:10.676Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:06:10.676Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:10.676Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:10.716Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:10.716Z||pool-45-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:06:11.576Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Preparing to deploy Service: d69905fd-a8a3-4b59-8b2e-32a63127ae20
2022-06-03T11:06:11.576Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9b89e9fc-bd8e 0 2ba90ff2-073f-444e-aae5-bd76c9e7fc20 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:06:11.604Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14881dce, org.onap.sdc.toscaparser.api.parameters.Input@41c1ee22, org.onap.sdc.toscaparser.api.parameters.Input@5b5684f4, org.onap.sdc.toscaparser.api.parameters.Input@49659812, org.onap.sdc.toscaparser.api.parameters.Input@1dd78a9d]
2022-06-03T11:06:11.605Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.606Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:11.606Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T11:06:11.606Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||VFCustomizationUUID= 3c09bdd5-d573-4315-8c13-a93c83a650a6
2022-06-03T11:06:11.606Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c09bdd5-d573-4315-8c13-a93c83a650a6 matches Tosca VF Customization UUID: 3c09bdd5-d573-4315-8c13-a93c83a650a6
2022-06-03T11:06:11.606Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||vfCustomizationUUID: 3c09bdd5-d573-4315-8c13-a93c83a650a6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T11:06:11.608Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.609Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:11.609Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||resource request for resource customization id 3c09bdd5-d573-4315-8c13-a93c83a650a6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T11:06:11.609Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@597722c2
2022-06-03T11:06:11.610Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.610Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:06:11.610Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 030a1c76-e7ef-4b0c-87ab-7ac9b6a11125
2022-06-03T11:06:11.610Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 030a1c76-e7ef-4b0c-87ab-7ac9b6a11125
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T11:06:11.613Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.613Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:11.613Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:11.614Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.614Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:11.614Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:11.614Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.614Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is not matching search criteria
2022-06-03T11:06:11.615Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:06:11.615Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:06:11.615Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:06:11.616Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:06:11.616Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:06:11.616Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:11.616Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:11.616Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:06:11.617Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:11.617Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:06:11.617Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:11.617Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d5cc90c-bc0d-407c-af4c-3acc2c5b9a85
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:06:11.619Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.620Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:11.620Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:11.620Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.621Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is not matching search criteria
2022-06-03T11:06:11.621Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:06:11.621Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:06:11.621Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:06:11.621Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:11.622Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:11.622Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:11.622Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:06:11.622Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:06:11.623Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:06:11.623Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:11.623Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:06:11.623Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:11.623Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14dce89d-064b-4ac2-a195-4aea203a9772
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:06:11.626Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.626Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:11.626Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:11.627Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.627Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is not matching search criteria
2022-06-03T11:06:11.627Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:06:11.627Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:06:11.628Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:06:11.628Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:11.628Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:11.628Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:06:11.628Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:06:11.629Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:06:11.629Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:06:11.629Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:06:11.629Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:06:11.630Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:06:11.630Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=06078832-ea5b-4144-a8bb-e34c33f0276f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:06:11.634Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.635Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:11.635Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:06:11.635Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.635Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Node template vFW 9b89e9fc-bd8e 0 is matching search criteria
2022-06-03T11:06:11.635Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found topology templates [vFW 9b89e9fc-bd8e 0] matching following query criteria: sdcType=VF, customizationUUID=3c09bdd5-d573-4315-8c13-a93c83a650a6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:06:11.637Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.638Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:11.638Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500|| resourceSeq for service uuid d69905fd-a8a3-4b59-8b2e-32a63127ae20: vFW 9b89e9fc-bd8e
2022-06-03T11:06:11.638Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.638Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:11.639Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.639Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:11.639Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.639Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:11.640Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.640Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:11.640Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:06:11.640Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Service vFW 2022-06-03 11-00-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:06:11.640Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||Saving Service: vFW 2022-06-03 11-00-04 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:06:11.803Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9b89e9fc-bd8e 2ba90ff2-073f-444e-aae5-bd76c9e7fc20 1 ASDC deployResourceStructure
2022-06-03T11:06:11.804Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json ASDC sendASDCNotification
2022-06-03T11:06:11.804Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json
2022-06-03T11:06:11.804Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:06:11.804Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:11.806Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:11.806Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254371804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:06:11.906Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:11.907Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:11.907Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:11.922Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:11.922Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:12.807Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:06:12.807Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml
2022-06-03T11:06:12.808Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:06:12.808Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:12.809Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:12.810Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254372807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:06:12.910Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:12.910Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:12.911Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:12.925Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:12.926Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:13.810Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:06:13.811Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env
2022-06-03T11:06:13.811Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:06:13.812Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:13.813Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:13.813Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254373810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:06:13.919Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-03T11:06:13.920Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:13.920Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:13.943Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:13.943Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:14.815Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar ASDC sendASDCNotification
2022-06-03T11:06:14.815Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar
2022-06-03T11:06:14.815Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:06:14.815Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:06:14.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:06:14.817Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254374815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:06:14.917Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:06:14.918Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:06:14.918Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:14.934Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:14.934Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:06:15.818Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:06:15.836Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:06:15.838Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:06:15.838Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:06:15.838Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:06:45.839Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:06:45.853Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:06:45.855Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:06:45.855Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:06:45.855Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:06:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:06:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:06:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:06:50.944Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:06:50.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:06:50.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254340265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:06:50.945Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:15.855Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:07:15.866Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:07:15.869Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:07:15.869Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:07:15.869Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:07:45.869Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:07:45.883Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:07:45.887Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:07:45.887Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:07:45.887Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:07:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:07:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:07:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:07:50.945Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:07:50.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:07:50.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254344274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254344840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254340616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254346653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:07:50.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:07:50.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254342564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:07:50.948Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:15.890Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:08:15.916Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:08:15.931Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:08:15.931Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:08:15.931Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:08:45.931Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:08:45.950Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:08:45.952Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:08:45.952Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:08:45.953Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:08:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:08:50.918Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:08:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:08:51.471Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:08:51.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254344840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254340265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254346653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254342564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254344274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254340616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254342564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254344274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254346653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254340616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254340265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254344840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254340265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254344840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254342564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654254340616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254344274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254346653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254355160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254356124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254355777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254356623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254356180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.483Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254355160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "cds",
  "timestamp": 1654254357187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:08:51.493Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b430dd8d-6294-4465-910d-52249d76a047
2022-06-03T11:08:51.493Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430dd8d-6294-4465-910d-52249d76a047 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:08:51.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254355160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254358104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254355160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254355160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254349032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254359790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254355160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:08:51.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254360822,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:08:51.517Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b430dd8d-6294-4465-910d-52249d76a047
2022-06-03T11:08:51.517Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430dd8d-6294-4465-910d-52249d76a047 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:08:51.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254361629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:08:51.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254355160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:08:51.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:08:51.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254362263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.526Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654254361827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:08:51.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254361997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654254362635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:08:51.531Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b430dd8d-6294-4465-910d-52249d76a047
2022-06-03T11:08:51.531Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430dd8d-6294-4465-910d-52249d76a047 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:08:51.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254363702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254364284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:08:51.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254364712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:08:51.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "clamp",
  "timestamp": 1654254365289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:08:51.545Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b430dd8d-6294-4465-910d-52249d76a047
2022-06-03T11:08:51.545Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430dd8d-6294-4465-910d-52249d76a047 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:08:51.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "policy-id",
  "timestamp": 1654254365720,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:08:51.560Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b430dd8d-6294-4465-910d-52249d76a047
2022-06-03T11:08:51.561Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430dd8d-6294-4465-910d-52249d76a047 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:08:51.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254366376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254367389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:08:51.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "aai-ml",
  "timestamp": 1654254368393,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:08:51.571Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b430dd8d-6294-4465-910d-52249d76a047
2022-06-03T11:08:51.571Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b430dd8d-6294-4465-910d-52249d76a047 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:08:51.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254368392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254370573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:08:51.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254371804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/vfw9b89e9fcbd8e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:08:51.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254372807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:08:51.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254373810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/resourceInstances/vfw9b89e9fcbd8e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:08:51.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:08:51.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:08:51.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254374815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603110004/1.0/artifacts/service-Vfw20220603110004-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:08:51.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:09:15.953Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:09:15.972Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b430dd8d-6294-4465-910d-52249d76a047
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:09:15.974Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:09:15.974Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:09:15.975Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:09:15.975Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:09:15.975Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:09:15.975Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:09:15.980Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:09:45.981Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b430dd8d-6294-4465-910d-52249d76a047 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:09:45.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b430dd8d-6294-4465-910d-52249d76a047 and serviceModelVersionId: d69905fd-a8a3-4b59-8b2e-32a63127ae20
2022-06-03T11:09:45.990Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d
2022-06-03T11:09:45.991Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0
2022-06-03T11:09:45.999Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ecfb3e6-7115-4985-a09c-17c73f7e4ae0/model-vers/model-ver/fa4c8583-3ee7-47d0-adc6-d5183e19ae1e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:09:46.060Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Invoke
2022-06-03T11:09:46.061Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a14f06f8-a448-4d22-b816-109d647a551c], X-ECOMP-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], X-TransactionId=[], X-ONAP-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], Content-Type=[application/merge-patch+json]}
2022-06-03T11:09:47.584Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Invoke
2022-06-03T11:09:47.585Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4bc4ed3b-5180-4520-914a-70284aae6a00], X-ECOMP-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], X-TransactionId=[], X-ONAP-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], Content-Type=[application/merge-patch+json]}
2022-06-03T11:09:49.124Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Invoke
2022-06-03T11:09:49.124Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a16bec4-186d-47fe-9ba7-d4f9fdef05c9], X-ECOMP-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], X-TransactionId=[], X-ONAP-RequestID=[b430dd8d-6294-4465-910d-52249d76a047], Content-Type=[application/merge-patch+json]}
2022-06-03T11:09:50.153Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:09:50.154Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:09:50.155Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:09:50.155Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:09:50.164Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:09:50.164Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b430dd8d-6294-4465-910d-52249d76a047 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:09:50.165Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:09:50.166Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:09:50.170Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:09:50.171Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||try to send status {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254590165,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:09:50.270Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:09:50.271Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:09:50.271Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:09:50.311Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:09:50.311Z||pool-50-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1}
2022-06-03T11:09:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:09:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:09:50.917Z||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 VfPNICh4ef5EJYcP) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:09:51.185Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:09:51.186Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:09:51.186Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:09:51.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:09:51.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:09:51.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b430dd8d-6294-4465-910d-52249d76a047",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654254590165,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:09:51.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:10:01.581Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:10:01.582Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:01.583Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:10:01.583Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:10:11.135Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:10:11.136Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:11.137Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:10:11.137Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:10:20.723Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:10:20.724Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:20.724Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:10:20.725Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:10:30.276Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:10:30.277Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:30.277Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:10:30.277Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:10:39.833Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:10:39.834Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:39.835Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:10:39.835Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:10:49.416Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:10:50.912Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:10:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:10:50.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:10:50.917Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:10:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:11:00.456Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:11:00.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:11:50.912Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:11:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:11:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:11:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:11:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:11:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:12:00.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:12:00.515Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:12:50.912Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:12:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:12:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:12:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:12:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:12:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:13:00.495Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:13:00.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:13:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:13:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:13:50.917Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:13:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:13:50.917Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:13:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:14:00.472Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:14:00.482Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:14:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:14:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:14:50.914Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:14:50.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:14:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:14:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:15:00.590Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:15:00.602Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:15:50.912Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:15:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:15:50.914Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:15:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:15:50.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:15:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:16:00.472Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:16:00.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:16:50.912Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:16:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:16:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:16:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:16:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:16:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:17:00.482Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:00.510Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:50.912Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:17:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:17:50.913Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:17:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:17:50.916Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:17:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:17:51.547Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:51.548Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||received message from topic
2022-06-03T11:17:51.548Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1ed7bc2c-0bbe-47d7-a516-47cfd6882a09","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8cd8fb44-12d8-4934-807e-cde927256e38","serviceDescription":"service","serviceInvariantUUID":"b6f28f18-7806-4588-8402-1ed01e87eac9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6fbd7503-0e54-4245-9982-7add58079a04","resourceInvariantUUID":"1cd0bd3f-a6b9-4059-a012-cf1ad16abea9","resourceCustomizationUUID":"2da4d310-b402-42e4-905d-63a01284e161","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":"YTc3ODgyMjAzOWRhMDI5ZmZlN2Y1NzQzZDZhYWEzMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"480b32ff-9cea-4f7d-a964-19ebeb37b9a9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzQzMjdiZDY0ZDM2MTQxNWE1MzZmMDVlZWQxMGU1Y2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddc3f067-967f-4b6e-9630-541829a21001","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:17:51.551Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:17:51.552Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:17:51.556Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:17:51.556Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||try to send status {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255070912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:51.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "aai-ml",
  "timestamp": 1654255034840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "clamp",
  "timestamp": 1654255034275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "cds",
  "timestamp": 1654255030265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255036655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "policy-id",
  "timestamp": 1654255035160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "aai-ml",
  "timestamp": 1654255034840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "cds",
  "timestamp": 1654255030265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "clamp",
  "timestamp": 1654255034275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255036655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "policy-id",
  "timestamp": 1654255035160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "cds",
  "timestamp": 1654255039745,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "aai-ml",
  "timestamp": 1654255040176,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:17:51.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255040324,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:17:51.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "policy-id",
  "timestamp": 1654255040749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:17:51.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "cds",
  "timestamp": 1654255040753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:17:51.587Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09
2022-06-03T11:17:51.588Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:17:51.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255040615,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "policy-id",
  "timestamp": 1654255041757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:17:51.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255040615,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255042559,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:17:51.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "policy-id",
  "timestamp": 1654255042762,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:17:51.604Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09
2022-06-03T11:17:51.605Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:17:51.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255043565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:17:51.621Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09
2022-06-03T11:17:51.621Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:17:51.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255042564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:17:51.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255042564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:17:51.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:17:51.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "aai-ml",
  "timestamp": 1654255044708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:17:51.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "aai-ml",
  "timestamp": 1654255045715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:17:51.634Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09
2022-06-03T11:17:51.634Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:17:51.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "clamp",
  "timestamp": 1654255052425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:17:51.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "clamp",
  "timestamp": 1654255054437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:17:51.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:17:51.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:17:51.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "clamp",
  "timestamp": 1654255055442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:17:51.652Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09
2022-06-03T11:17:51.652Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09 and ComponentName clamp
2022-06-03T11:17:51.655Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:17:51.656Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:17:51.656Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:17:51.672Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:51.673Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:17:52.556Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:17:52.557Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:17:52.559Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:17:52.559Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||try to send status {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255070912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:17:52.659Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:17:52.660Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:17:52.660Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:17:52.690Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:52.690Z||pool-52-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:17:53.560Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8cd8fb44-12d8-4934-807e-cde927256e38",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b6f28f18-7806-4588-8402-1ed01e87eac9",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2da4d310-b402-42e4-905d-63a01284e161",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6fbd7503-0e54-4245-9982-7add58079a04",
      "resourceInvariantUUID": "1cd0bd3f-a6b9-4059-a012-cf1ad16abea9",
      "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": "YzQzMjdiZDY0ZDM2MTQxNWE1MzZmMDVlZWQxMGU1Y2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ddc3f067-967f-4b6e-9630-541829a21001"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:17:53.560Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:17:53.561Z|b430dd8d-6294-4465-910d-52249d76a047|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8cd8fb44-12d8-4934-807e-cde927256e38 ASDC
2022-06-03T11:17:53.562Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1ed7bc2c-0bbe-47d7-a516-47cfd6882a09
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8cd8fb44-12d8-4934-807e-cde927256e38
ServiceInvariantUUID:b6f28f18-7806-4588-8402-1ed01e87eac9
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:ddc3f067-967f-4b6e-9630-541829a21001
ArtifactChecksum:YzQzMjdiZDY0ZDM2MTQxNWE1MzZmMDVlZWQxMGU1Y2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2da4d310-b402-42e4-905d-63a01284e161
ResourceInvariantUUID:1cd0bd3f-a6b9-4059-a012-cf1ad16abea9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6fbd7503-0e54-4245-9982-7add58079a04
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-03T11:17:53.562Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cd8fb44-12d8-4934-807e-cde927256e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:17:53.591Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:17:53.592Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:17:53.593Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:17:53.593Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Trying to download the artifact UUID: ddc3f067-967f-4b6e-9630-541829a21001 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T11:17:53.593Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:17:53.594Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T11:17:55.286Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:17:55.289Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ddc3f067-967f-4b6e-9630-541829a21001 52512
2022-06-03T11:17:55.289Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-03T11:17:55.289Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T11:17:55.290Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:17:55.290Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:17:55.292Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:17:55.292Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||try to send status {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255075289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:17:55.394Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T11:17:55.395Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:17:55.395Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:17:55.410Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:55.410Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:17:56.293Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:17:56.294Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:17:56.294Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Trying to write artifact UUID: ddc3f067-967f-4b6e-9630-541829a21001, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:56.295Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-03T11:17:56.295Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:56.295Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:56.449Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12298895948974168779/Definitions/service-BasicNetwork-template.yml
2022-06-03T11:17:57.037Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||####################################################################################################
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.038Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.039Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.039Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|WARN|500||####################################################################################################
2022-06-03T11:17:57.039Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.039Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.039Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-03T11:17:57.040Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:17:57.040Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:17:57.040Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.040Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.040Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-03T11:17:57.040Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:17:57.040Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:17:57.040Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.041Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.041Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.041Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.041Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.041Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.042Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.042Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.042Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.042Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.042Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8cd8fb44-12d8-4934-807e-cde927256e38
Model Version:NULL
Model InvariantUuid:b6f28f18-7806-4588-8402-1ed01e87eac9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1cd0bd3f-a6b9-4059-a012-cf1ad16abea9
Model UUID:9350f8c9-89fb-421b-a87d-e63fd7d1aba8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2da4d310-b402-42e4-905d-63a01284e161
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:17:57.051Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: 6fbd7503-0e54-4245-9982-7add58079a04
2022-06-03T11:17:57.051Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||No resources found for Service: 8cd8fb44-12d8-4934-807e-cde927256e38
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:17:57.063Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||
2022-06-03T11:17:57.063Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-03T11:17:57.064Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||No resources found for Service: 8cd8fb44-12d8-4934-807e-cde927256e38
2022-06-03T11:17:57.064Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Preparing to deploy Service: 8cd8fb44-12d8-4934-807e-cde927256e38
2022-06-03T11:17:57.064Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-03T11:17:57.064Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:17:57.087Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@400b2caf, org.onap.sdc.toscaparser.api.parameters.Input@75954e80, org.onap.sdc.toscaparser.api.parameters.Input@403dbf15, org.onap.sdc.toscaparser.api.parameters.Input@95d5a06, org.onap.sdc.toscaparser.api.parameters.Input@102a61d6]
2022-06-03T11:17:57.088Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.088Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.089Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.089Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.089Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500|| resourceSeq for service uuid 8cd8fb44-12d8-4934-807e-cde927256e38: Generic NeutronNet
2022-06-03T11:17:57.089Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.089Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.090Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.090Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-03T11:17:57.146Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.147Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.147Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.147Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.147Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:17:57.147Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:17:57.148Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T11:17:57.270Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-03T11:17:57.271Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-03T11:17:57.271Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T11:17:57.271Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:17:57.271Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:17:57.273Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:17:57.273Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||try to send status {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255077271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:17:57.373Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:17:57.374Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:17:57.374Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:17:57.390Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:17:57.391Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:17:58.274Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:17:58.287Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:17:58.290Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:17:58.290Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:17:58.290Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:17:58.290Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:17:58.290Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:17:58.291Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:17:58.295Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:18:28.295Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:18:28.300Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09 and serviceModelVersionId: 8cd8fb44-12d8-4934-807e-cde927256e38
2022-06-03T11:18:28.301Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6f28f18-7806-4588-8402-1ed01e87eac9
2022-06-03T11:18:28.302Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0
2022-06-03T11:18:28.306Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:18:28.352Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1c9903-b7f7-479e-b5a2-31a9b2c9d76d/model-vers/model-ver/d69905fd-a8a3-4b59-8b2e-32a63127ae20?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:18:28.353Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Invoke
2022-06-03T11:18:29.892Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:18:29.894Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Invoke
2022-06-03T11:18:31.427Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:18:31.428Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Invoke
2022-06-03T11:18:32.457Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:18:32.458Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:18:32.459Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:18:32.459Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:18:32.466Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:18:32.466Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ed7bc2c-0bbe-47d7-a516-47cfd6882a09 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:18:32.466Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:18:32.467Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:18:32.469Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:18:32.469Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255112466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:18:32.569Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:18:32.569Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:18:32.570Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:18:32.606Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:18:32.607Z||pool-55-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:18:50.912Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:18:50.913Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:18:50.914Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:18:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:18:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:18:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:18:51.097Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:18:51.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:18:51.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255070912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:18:51.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:19:00.512Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:50.913Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:19:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:19:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:19:50.917Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:19:50.917Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:50.963Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:50.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:19:50.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255070912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:19:50.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:19:50.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:19:50.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255075289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:19:50.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:19:50.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:19:50.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255077271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:19:50.968Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:19:50.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T11:19:50.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ed7bc2c-0bbe-47d7-a516-47cfd6882a09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255112466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:19:50.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:19:51.552Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:51.553Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||received message from topic
2022-06-03T11:19:51.553Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c","serviceName":"vFW 2022-06-03 11-12-59","serviceVersion":"1.0","serviceUUID":"976d4568-b1f8-4684-8734-fb172f43f299","serviceDescription":"catalog service description","serviceInvariantUUID":"46534e5d-6afa-4d94-a89e-91049dd3c940","resources":[{"resourceInstanceName":"vFW 43a63e11-000d 0","resourceName":"vFW 43a63e11-000d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"151a442f-9f11-4d04-8247-8e0213988b3b","resourceInvariantUUID":"ba923edc-5a7b-4f02-8b69-a8e565e2a210","resourceCustomizationUUID":"d1e3d703-7dd5-472f-ad60-ac8bbf5d0604","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml","artifactChecksum":"MTNiYWY4ZTFiNjM5ODZlZDE3NzFkZjdjZDUwN2VmNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0498b64f-0dbb-4c5d-aa4f-66ae18b5d21e","artifactVersion":"1"},{"artifactName":"vfw43a63e11000d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json","artifactChecksum":"NzNlYzg0YTE1ZTZmZjA1YzE2YzQ4NjEwODljYjI0NDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfdfe592-0514-43b5-9cf8-4d2f5d792eef","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml","artifactChecksum":"NWMzYmEyYzAxZTM3MWM2ZGZiYTg4NTYzYzg4MzBlNjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aaf8a825-9928-41a2-8e89-fe644b0d0fab","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"77a08981-7ffc-4e2f-8ef1-7440bcf87c9d","artifactVersion":"2","generatedFromUUID":"58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603111259-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml","artifactChecksum":"NWU4M2RiNDVhNTNjNWQ1YTdiZWZlZmU3MzRhYzg0ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e1be7e6-9ad0-4b8a-bc83-c1cac3270cb8","artifactVersion":"1"},{"artifactName":"service-Vfw20220603111259-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar","artifactChecksum":"MTRjMWMwOWZlYTU4YmFlNjVjYzMwZmUzNDc1MDk3OTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39557efd-84b5-4bd4-ad7d-6925e397f226","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:19:51.559Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:19:51.559Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:19:51.564Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:19:51.564Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:19:51.664Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:19:51.665Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:19:51.665Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:51.700Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:51.701Z||pool-56-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:19:52.565Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:19:52.566Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:19:52.579Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:19:52.579Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:19:52.668Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-03T11:19:52.669Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:19:52.669Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:52.690Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:52.691Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:19:53.579Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:19:53.580Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:19:53.582Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:19:53.582Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:19:53.682Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:19:53.683Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:19:53.683Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:53.727Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:53.727Z||pool-58-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:19:54.586Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:19:54.586Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:19:54.590Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:19:54.590Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:19:54.690Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:19:54.691Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:19:54.691Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:54.711Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:54.711Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:19:55.590Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:19:55.591Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:19:55.593Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:19:55.593Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:19:55.698Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-03T11:19:55.699Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:19:55.699Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:55.718Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:55.718Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:19:56.593Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:19:56.594Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:19:56.597Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:19:56.597Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:19:56.696Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:19:56.697Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:19:56.697Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:56.723Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:56.723Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:19:57.598Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:19:57.599Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:19:57.601Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:19:57.601Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:19:57.701Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:19:57.703Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:19:57.704Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:57.724Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:57.724Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:19:58.603Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "serviceName": "vFW 2022-06-03 11-12-59",
  "serviceVersion": "1.0",
  "serviceUUID": "976d4568-b1f8-4684-8734-fb172f43f299",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "46534e5d-6afa-4d94-a89e-91049dd3c940",
  "resources": [
    {
      "resourceInstanceName": "vFW 43a63e11-000d 0",
      "resourceCustomizationUUID": "d1e3d703-7dd5-472f-ad60-ac8bbf5d0604",
      "resourceName": "vFW 43a63e11-000d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "151a442f-9f11-4d04-8247-8e0213988b3b",
      "resourceInvariantUUID": "ba923edc-5a7b-4f02-8b69-a8e565e2a210",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw43a63e11000d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
          "artifactChecksum": "NzNlYzg0YTE1ZTZmZjA1YzE2YzQ4NjEwODljYjI0NDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bfdfe592-0514-43b5-9cf8-4d2f5d792eef",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "77a08981-7ffc-4e2f-8ef1-7440bcf87c9d",
            "generatedFromUUID": "58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "77a08981-7ffc-4e2f-8ef1-7440bcf87c9d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603111259-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
      "artifactChecksum": "MTRjMWMwOWZlYTU4YmFlNjVjYzMwZmUzNDc1MDk3OTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39557efd-84b5-4bd4-ad7d-6925e397f226"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:19:58.603Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:19:58.603Z|1ed7bc2c-0bbe-47d7-a516-47cfd6882a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 976d4568-b1f8-4684-8734-fb172f43f299 ASDC
2022-06-03T11:19:58.605Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
ServiceName:vFW 2022-06-03 11-12-59
ServiceVersion:1.0
ServiceUUID:976d4568-b1f8-4684-8734-fb172f43f299
ServiceInvariantUUID:46534e5d-6afa-4d94-a89e-91049dd3c940
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603111259-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar
ArtifactUUID:39557efd-84b5-4bd4-ad7d-6925e397f226
ArtifactChecksum:MTRjMWMwOWZlYTU4YmFlNjVjYzMwZmUzNDc1MDk3OTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 43a63e11-000d 0
ResourceCustomizationUUID:d1e3d703-7dd5-472f-ad60-ac8bbf5d0604
ResourceInvariantUUID:ba923edc-5a7b-4f02-8b69-a8e565e2a210
ResourceName:vFW 43a63e11-000d
ResourceType:VF
ResourceUUID:151a442f-9f11-4d04-8247-8e0213988b3b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw43a63e11000d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json
ArtifactUUID:bfdfe592-0514-43b5-9cf8-4d2f5d792eef
ArtifactChecksum:NzNlYzg0YTE1ZTZmZjA1YzE2YzQ4NjEwODljYjI0NDM=
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/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml
ArtifactUUID:58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0
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/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env
ArtifactUUID:77a08981-7ffc-4e2f-8ef1-7440bcf87c9d
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/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env
ArtifactUUID:77a08981-7ffc-4e2f-8ef1-7440bcf87c9d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:19:58.605Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 976d4568-b1f8-4684-8734-fb172f43f299 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:19:58.649Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:19:58.650Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:19:58.650Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:19:58.651Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Trying to download the artifact UUID: 39557efd-84b5-4bd4-ad7d-6925e397f226 from URL: /sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar
2022-06-03T11:19:58.651Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:19:58.651Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar
2022-06-03T11:19:59.176Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:19:59.184Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar 39557efd-84b5-4bd4-ad7d-6925e397f226 98988
2022-06-03T11:19:59.185Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar ASDC sendASDCNotification
2022-06-03T11:19:59.185Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar
2022-06-03T11:19:59.185Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:19:59.185Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:19:59.187Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:19:59.187Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255199184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:19:59.288Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:19:59.289Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:19:59.289Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:19:59.306Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:19:59.306Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:20:00.188Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:20:00.189Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:20:00.189Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Trying to write artifact UUID: 39557efd-84b5-4bd4-ad7d-6925e397f226, URL: /sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar to file: /app/ASDC/1/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:00.189Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603111259-csar.csar
2022-06-03T11:20:00.190Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:00.190Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:00.427Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10390210460655193322/Definitions/service-Vfw20220603111259-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-03T11:20:02.397Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||####################################################################################################
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.398Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.399Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.399Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.399Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.399Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.399Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 43a63e11-000d 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-Vfw20220603111259-csar.csar
2022-06-03T11:20:02.399Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|WARN|500||####################################################################################################
2022-06-03T11:20:02.399Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.399Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:02.400Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:02.400Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:20:02.400Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:20:02.400Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.401Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:02.401Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:02.401Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:20:02.401Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:20:02.401Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.401Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:02.401Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.402Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is not matching search criteria
2022-06-03T11:20:02.402Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:20:02.402Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:20:02.402Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:20:02.402Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.402Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.402Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.402Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:20:02.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:20:02.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:20:02.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:20:02.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:20:02.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.404Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:20:02.404Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.404Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:20:02.404Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.404Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:02.404Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:20:02.404Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.405Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:02.405Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:20:02.405Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.405Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:02.405Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:20:02.405Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.405Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is not matching search criteria
2022-06-03T11:20:02.405Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:20:02.406Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:20:02.406Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:20:02.406Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:20:02.406Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:20:02.406Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.406Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.406Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:20:02.406Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.407Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:20:02.407Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.407Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc616534-ca39-4a51-9ee6-5de4a92aa04d
2022-06-03T11:20:02.407Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.407Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is not matching search criteria
2022-06-03T11:20:02.407Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:20:02.407Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:20:02.407Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:20:02.408Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.408Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.408Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.408Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:20:02.408Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:20:02.408Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:20:02.408Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.408Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:20:02.409Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.409Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f6cb3a59-34bb-4809-9b86-4e3a41cde3b6
2022-06-03T11:20:02.409Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.409Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is not matching search criteria
2022-06-03T11:20:02.409Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:20:02.409Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:20:02.409Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:20:02.409Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.410Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.410Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.410Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:20:02.410Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:20:02.410Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:20:02.410Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:02.410Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:02.410Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:20:02.411Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7c99b1c8-211a-4d62-8f74-0161d14f9675
2022-06-03T11:20:02.411Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.411Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:02.411Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.411Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:02.411Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.411Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:02.412Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:02.412Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:02.412Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 11-12-59
Description:catalog service description
Model UUID:976d4568-b1f8-4684-8734-fb172f43f299
Model Version:NULL
Model InvariantUuid:46534e5d-6afa-4d94-a89e-91049dd3c940
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 43a63e11-000d
Model UUID:bff6d1a6-52db-4be5-825f-0d88414dd47d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ba923edc-5a7b-4f02-8b69-a8e565e2a210
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d1e3d703-7dd5-472f-ad60-ac8bbf5d0604
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e03dcb8-d23b-4b14-b1ee-ed631a3623f8
ModelName:Vfw43a63e11000d..base_vfw..module-0
ModelUuid:06013e1f-f5b9-43d1-a4f0-2ae039e22cd1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cc616534-ca39-4a51-9ee6-5de4a92aa04d
ModelInvariantUuid:31fb45d8-e114-43bd-adfe-f1f770970dc6
ModelName:vFW 43a63e11-000d-nodes.vfwCvfc
ModelUuid:0ee44150-0b5b-468e-957a-5c8782f62af7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:aeb7beac-67be-45d4-9e60-a6b4d94a264f
ModelInvariantUuid:560605fc-4c1d-4f2f-b2c9-7016f0e7aab7
ModelName:Vfw43a63e11000d.compute.nodes.heat.vfw
ModelUuid:3688e872-d545-4edd-ac31-e736d3fca629
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f6cb3a59-34bb-4809-9b86-4e3a41cde3b6
ModelInvariantUuid:c5c56747-0aaa-413d-8f6a-4f91ebdf23e1
ModelName:vFW 43a63e11-000d-nodes.vsnCvfc
ModelUuid:3765ae57-5796-4234-9867-98a5653074d3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e8a6afcf-b303-4867-8d03-572541dfdee4
ModelInvariantUuid:82d9f85c-3483-47c5-8e2d-d01724fdf7ab
ModelName:Vfw43a63e11000d.compute.nodes.heat.vsn
ModelUuid:071bfbb5-edc6-418d-9265-87dd32565d78
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7c99b1c8-211a-4d62-8f74-0161d14f9675
ModelInvariantUuid:f9ed5b07-3df6-4418-8690-8d790e193136
ModelName:vFW 43a63e11-000d-nodes.vpgCvfc
ModelUuid:24e0ab7d-0358-4159-8961-ddff7ac2e5f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:15dc7d22-7356-48a2-9dbd-e66b17b92082
ModelInvariantUuid:2b21554d-30f0-4462-bb30-36c625fb46a5
ModelName:Vfw43a63e11000d.compute.nodes.heat.vpg
ModelUuid:34fbf3ca-29d0-46b3-8f29-74c4dc6f1073
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:20:02.420Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 151a442f-9f11-4d04-8247-8e0213988b3b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:20:02.425Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||vFW 43a63e11-000d 0
2022-06-03T11:20:02.425Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 151a442f-9f11-4d04-8247-8e0213988b3b
2022-06-03T11:20:02.425Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Trying to download the artifact UUID: bfdfe592-0514-43b5-9cf8-4d2f5d792eef from URL: /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json
2022-06-03T11:20:02.425Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:20:02.425Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json
2022-06-03T11:20:02.879Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:20:02.880Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json bfdfe592-0514-43b5-9cf8-4d2f5d792eef 785
2022-06-03T11:20:02.880Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json ASDC sendASDCNotification
2022-06-03T11:20:02.880Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json
2022-06-03T11:20:02.880Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:20:02.880Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:20:02.883Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:20:02.883Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255202880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:20:02.983Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:20:02.983Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:20:02.984Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:20:03.004Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:03.004Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:20:03.884Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw43a63e11000d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2e03dcb8-d23b-4b14-b1ee-ed631a3623f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "06013e1f-f5b9-43d1-a4f0-2ae039e22cd1",
    "vfModuleModelCustomizationUUID": "5208bd3e-0cf1-473f-b02c-b3ce3f258353",
    "isBase": true,
    "artifacts": [
      "58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0",
      "77a08981-7ffc-4e2f-8ef1-7440bcf87c9d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:20:03.888Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43a63e11000d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:06013e1f-f5b9-43d1-a4f0-2ae039e22cd1
VfModuleModelInvariantUUID:2e03dcb8-d23b-4b14-b1ee-ed631a3623f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0
,
77a08981-7ffc-4e2f-8ef1-7440bcf87c9d

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

isBase:true


}

2022-06-03T11:20:03.890Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw43a63e11000d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2e03dcb8-d23b-4b14-b1ee-ed631a3623f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "06013e1f-f5b9-43d1-a4f0-2ae039e22cd1",
    "vfModuleModelCustomizationUUID": "5208bd3e-0cf1-473f-b02c-b3ce3f258353",
    "isBase": true,
    "artifacts": [
      "58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0",
      "77a08981-7ffc-4e2f-8ef1-7440bcf87c9d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:20:03.890Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43a63e11000d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:06013e1f-f5b9-43d1-a4f0-2ae039e22cd1
VfModuleModelInvariantUUID:2e03dcb8-d23b-4b14-b1ee-ed631a3623f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0
,
77a08981-7ffc-4e2f-8ef1-7440bcf87c9d

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

isBase:true


}

2022-06-03T11:20:03.890Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Trying to download the artifact UUID: 58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0 from URL: /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml
2022-06-03T11:20:03.890Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:20:03.890Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml
2022-06-03T11:20:05.080Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:20:05.081Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml 58f08a6c-bedd-4aa0-9dc9-18ec2086f3b0 20368
2022-06-03T11:20:05.082Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:20:05.082Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml
2022-06-03T11:20:05.083Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:20:05.083Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:20:05.086Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:20:05.086Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255205082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:20:05.186Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:20:05.187Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:20:05.187Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:20:05.211Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:05.211Z||pool-65-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:20:06.086Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Trying to download the artifact UUID: 77a08981-7ffc-4e2f-8ef1-7440bcf87c9d from URL: /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env
2022-06-03T11:20:06.087Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:20:06.087Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env
2022-06-03T11:20:07.941Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:20:07.941Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env 77a08981-7ffc-4e2f-8ef1-7440bcf87c9d 2098
2022-06-03T11:20:07.941Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:20:07.942Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env
2022-06-03T11:20:07.942Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:20:07.942Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:20:07.944Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:20:07.944Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255207941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:20:08.044Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:20:08.045Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:20:08.045Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:20:08.063Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:08.063Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:20:08.945Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Preparing to deploy Service: 976d4568-b1f8-4684-8734-fb172f43f299
2022-06-03T11:20:08.946Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 43a63e11-000d 0 151a442f-9f11-4d04-8247-8e0213988b3b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:20:08.966Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b4d6fe1, org.onap.sdc.toscaparser.api.parameters.Input@1474eb86, org.onap.sdc.toscaparser.api.parameters.Input@4fa3ea80, org.onap.sdc.toscaparser.api.parameters.Input@5e56064a, org.onap.sdc.toscaparser.api.parameters.Input@6e545806]
2022-06-03T11:20:08.968Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.968Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:08.968Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T11:20:08.968Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||VFCustomizationUUID= d1e3d703-7dd5-472f-ad60-ac8bbf5d0604
2022-06-03T11:20:08.968Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1e3d703-7dd5-472f-ad60-ac8bbf5d0604 matches Tosca VF Customization UUID: d1e3d703-7dd5-472f-ad60-ac8bbf5d0604
2022-06-03T11:20:08.968Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||vfCustomizationUUID: d1e3d703-7dd5-472f-ad60-ac8bbf5d0604  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T11:20:08.971Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.971Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:08.972Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||resource request for resource customization id d1e3d703-7dd5-472f-ad60-ac8bbf5d0604: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T11:20:08.972Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@636293e3
2022-06-03T11:20:08.972Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.972Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:20:08.972Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5208bd3e-0cf1-473f-b02c-b3ce3f258353
2022-06-03T11:20:08.972Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5208bd3e-0cf1-473f-b02c-b3ce3f258353
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T11:20:08.975Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.975Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:08.976Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:20:08.976Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.976Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:08.976Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:20:08.976Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.977Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is not matching search criteria
2022-06-03T11:20:08.977Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:20:08.977Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:20:08.977Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:20:08.977Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:20:08.977Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:20:08.978Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:08.978Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:08.978Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:20:08.978Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:08.978Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:20:08.978Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:08.979Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cc616534-ca39-4a51-9ee6-5de4a92aa04d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:20:08.981Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.981Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:08.981Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:20:08.982Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.982Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is not matching search criteria
2022-06-03T11:20:08.982Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:20:08.982Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:20:08.982Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:20:08.982Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:08.983Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:08.983Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:08.983Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:20:08.983Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:20:08.983Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:20:08.983Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:08.983Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:20:08.984Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:08.984Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f6cb3a59-34bb-4809-9b86-4e3a41cde3b6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:20:08.986Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.986Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:08.986Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:20:08.987Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.987Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is not matching search criteria
2022-06-03T11:20:08.987Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:20:08.987Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:20:08.988Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:20:08.988Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:08.988Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:08.988Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:20:08.988Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:20:08.988Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:20:08.988Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:20:08.989Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:20:08.989Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:20:08.989Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:20:08.989Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7c99b1c8-211a-4d62-8f74-0161d14f9675
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:20:08.991Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.991Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:08.991Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:20:08.992Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.992Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Node template vFW 43a63e11-000d 0 is matching search criteria
2022-06-03T11:20:08.992Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found topology templates [vFW 43a63e11-000d 0] matching following query criteria: sdcType=VF, customizationUUID=d1e3d703-7dd5-472f-ad60-ac8bbf5d0604
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:20:08.994Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.994Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:08.994Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500|| resourceSeq for service uuid 976d4568-b1f8-4684-8734-fb172f43f299: vFW 43a63e11-000d
2022-06-03T11:20:08.994Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.994Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:08.994Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.995Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:08.995Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.995Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:08.995Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.995Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:08.995Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:20:08.995Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Service vFW 2022-06-03 11-12-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:20:08.996Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||Saving Service: vFW 2022-06-03 11-12-59 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:20:09.179Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 43a63e11-000d 151a442f-9f11-4d04-8247-8e0213988b3b 1 ASDC deployResourceStructure
2022-06-03T11:20:09.180Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json ASDC sendASDCNotification
2022-06-03T11:20:09.180Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json
2022-06-03T11:20:09.180Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:20:09.180Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:20:09.182Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:20:09.182Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255209180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:20:09.282Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:20:09.283Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:20:09.283Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:20:09.301Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:09.301Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:20:10.183Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:20:10.184Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml
2022-06-03T11:20:10.184Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:20:10.184Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:20:10.186Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:20:10.187Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255210183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:20:10.287Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:20:10.287Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:20:10.288Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:20:10.314Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:10.314Z||pool-68-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:20:11.188Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:20:11.188Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env
2022-06-03T11:20:11.188Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:20:11.188Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:20:11.190Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:20:11.190Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255211187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:20:11.290Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:20:11.291Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:20:11.291Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:20:11.305Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:11.306Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:20:12.191Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar ASDC sendASDCNotification
2022-06-03T11:20:12.192Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar
2022-06-03T11:20:12.192Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:20:12.192Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:20:12.194Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:20:12.194Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255212191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:20:12.294Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:20:12.295Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:20:12.295Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:20:12.312Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:12.313Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:20:13.195Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:20:13.208Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:20:13.210Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:20:13.210Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:20:13.210Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:20:43.211Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:20:43.226Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:20:43.228Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:20:43.228Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:20:43.228Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:20:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:20:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:20:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:20:50.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:20:50.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255180616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255180265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255180616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255180265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255180616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255180265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255182564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255180616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255180265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255182564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255184274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255180616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255180265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255175160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255184840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255182564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255184274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255180616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255180265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255184840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255182564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255184274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255186654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255180616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255180265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255184840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255182564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255184274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255188242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255186654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255184840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255182564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255184274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255189252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255186654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255184840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255182564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255184274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255189632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:20:50.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:20:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "policy-id",
  "timestamp": 1654255190256,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:20:50.972Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
2022-06-03T11:20:50.972Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:20:50.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255186654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255184840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:20:50.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255184274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:20:50.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:20:50.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:20:50.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "cds",
  "timestamp": 1654255190640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:20:51.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
2022-06-03T11:20:51.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:21:13.229Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:21:13.253Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:21:13.255Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:21:13.255Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:21:13.255Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:21:43.255Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:21:43.270Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:21:43.272Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:21:43.272Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:21:43.272Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:21:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:21:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:21:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:21:50.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:21:50.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:21:50.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255186654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:21:50.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:13.273Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:22:13.283Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:22:13.285Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:22:13.285Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:22:13.285Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:22:43.286Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:22:43.314Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:22:43.316Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:22:43.316Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:22:43.316Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:22:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:22:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:22:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:22:50.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:22:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255184840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:22:50.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255191644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255186654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:22:50.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255186654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255194356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255194220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255195849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255196860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255190913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255197902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:22:50.983Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
2022-06-03T11:22:50.983Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:22:50.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255198905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:22:50.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:50.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255199184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:50.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:50.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255201460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:22:50.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:50.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:50.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255202470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:22:50.999Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
2022-06-03T11:22:51.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:22:51.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255202880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255203471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255204496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255205084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:22:51.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "clamp",
  "timestamp": 1654255205501,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:22:51.021Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
2022-06-03T11:22:51.021Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:22:51.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255205082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:51.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "aai-ml",
  "timestamp": 1654255206089,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:22:51.035Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
2022-06-03T11:22:51.035Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255207941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255209180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/vfw43a63e11000d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255210183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255211187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/resourceInstances/vfw43a63e11000d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255212191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603111259/1.0/artifacts/service-Vfw20220603111259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255246654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255244274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:22:51.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:51.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255244840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:22:51.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:22:51.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:22:51.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255242564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:22:51.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:13.316Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:23:13.327Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:23:13.329Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:23:13.329Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:23:13.329Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:23:13.329Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:23:13.329Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:23:13.329Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:13.340Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:23:43.340Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:23:43.347Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and serviceModelVersionId: 976d4568-b1f8-4684-8734-fb172f43f299
2022-06-03T11:23:43.347Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46534e5d-6afa-4d94-a89e-91049dd3c940
2022-06-03T11:23:43.349Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0
2022-06-03T11:23:43.353Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:23:43.401Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f28f18-7806-4588-8402-1ed01e87eac9/model-vers/model-ver/8cd8fb44-12d8-4934-807e-cde927256e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:23:43.403Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Invoke
2022-06-03T11:23:44.927Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:23:44.929Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Invoke
2022-06-03T11:23:46.463Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:23:46.465Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Invoke
2022-06-03T11:23:47.497Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:23:47.498Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:23:47.499Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:23:47.499Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:23:47.505Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:23:47.505Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:23:47.506Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:23:47.506Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:23:47.508Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:23:47.508Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255427505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:23:47.608Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:23:47.609Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:23:47.609Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:47.629Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:47.629Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:23:48.536Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:23:48.536Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:23:48.537Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:23:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:23:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:50.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255246654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255242564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255244274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255244840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255246654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255242564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255244274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255244840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255242564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255244840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255244274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255246654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255246654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255244840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255242564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255244274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255255161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255246654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255242564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255244274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255244840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255255265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255255161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255246654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255242564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255244274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255244840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255255265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255255161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255246654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255242564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255244274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255244840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255255265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255255161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255255265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255255161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255260222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:50.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:50.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255260225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:50.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:50.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255255265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255255161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255260613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255255265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255255161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255260613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255255265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255255161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:50.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255262878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:23:50.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:50.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255260613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:50.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255255265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:50.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:50.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:50.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255263882,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.005Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb8ea91d-05ee-4957-9740-b3e514160743
2022-06-03T11:23:51.005Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb8ea91d-05ee-4957-9740-b3e514160743 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255260613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255264403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255260613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255265409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255265480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255265126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255265792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:23:51.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255262564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255260613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "policy-id",
  "timestamp": 1654255266414,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.026Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb8ea91d-05ee-4957-9740-b3e514160743
2022-06-03T11:23:51.026Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb8ea91d-05ee-4957-9740-b3e514160743 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "cds",
  "timestamp": 1654255266132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.039Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb8ea91d-05ee-4957-9740-b3e514160743
2022-06-03T11:23:51.039Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb8ea91d-05ee-4957-9740-b3e514160743 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "aai-ml",
  "timestamp": 1654255266798,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of eb8ea91d-05ee-4957-9740-b3e514160743
2022-06-03T11:23:51.054Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb8ea91d-05ee-4957-9740-b3e514160743 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255262564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255260613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255267497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:23:51.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255262564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255260613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "clamp",
  "timestamp": 1654255268503,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.069Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb8ea91d-05ee-4957-9740-b3e514160743
2022-06-03T11:23:51.069Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb8ea91d-05ee-4957-9740-b3e514160743 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255262564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255262564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255262564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255270265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255271519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255262564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255270265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255272882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255270265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255273890,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.085Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of eb8ea91d-05ee-4957-9740-b3e514160743
2022-06-03T11:23:51.085Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb8ea91d-05ee-4957-9740-b3e514160743 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255270265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255274274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255270265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255274938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255274840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255275161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255274274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255270265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255274840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255275161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255274274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255276820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255276658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255270265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255274840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255275161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255274274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255276658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255274840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255275161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255274274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255278509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255276658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255278919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255274840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255275161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255274274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255279546,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.119Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df57833a-94ad-46c4-b04c-137a368ce779
2022-06-03T11:23:51.119Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId df57833a-94ad-46c4-b04c-137a368ce779 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255276658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "cds",
  "timestamp": 1654255279925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.132Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df57833a-94ad-46c4-b04c-137a368ce779
2022-06-03T11:23:51.132Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId df57833a-94ad-46c4-b04c-137a368ce779 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255274840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255275161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255274274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255280549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:23:51.142Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255280616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255276658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255274840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255275161,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255280616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255276658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255282864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255283223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255280616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255276658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255284228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:23:51.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255280616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255284963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "policy-id",
  "timestamp": 1654255285232,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.151Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df57833a-94ad-46c4-b04c-137a368ce779
2022-06-03T11:23:51.151Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId df57833a-94ad-46c4-b04c-137a368ce779 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:23:51.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255280616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255280616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255280616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:51.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:23:51.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255288576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:23:51.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255289586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.162Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df57833a-94ad-46c4-b04c-137a368ce779
2022-06-03T11:23:51.163Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId df57833a-94ad-46c4-b04c-137a368ce779 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255290204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:23:51.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "aai-ml",
  "timestamp": 1654255291209,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.176Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of df57833a-94ad-46c4-b04c-137a368ce779
2022-06-03T11:23:51.176Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId df57833a-94ad-46c4-b04c-137a368ce779 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:51.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255294485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:23:51.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255296498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:23:51.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:23:51.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:23:51.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "clamp",
  "timestamp": 1654255297505,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:23:51.195Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df57833a-94ad-46c4-b04c-137a368ce779
2022-06-03T11:23:51.195Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId df57833a-94ad-46c4-b04c-137a368ce779 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:23:53.017Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:53.018Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||received message from topic
2022-06-03T11:23:53.018Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"eb8ea91d-05ee-4957-9740-b3e514160743","serviceName":"Demo_pNF_P2N48Uw9BxONwDVCBAbv","serviceVersion":"1.0","serviceUUID":"aecb2290-ca7d-4cc1-92fa-927e5c63b862","serviceDescription":"catalog service description","serviceInvariantUUID":"b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f","resources":[{"resourceInstanceName":"pNF 0662312d-29e2 0","resourceName":"pNF 0662312d-29e2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2964ac2c-f959-45e1-a76a-bf25f9d7390f","resourceInvariantUUID":"d1f9afe9-273b-47b5-8365-7b1ff6d8d520","resourceCustomizationUUID":"e30dd686-99f7-437e-8c33-f13994dc6ae2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml","artifactChecksum":"ZDI4YThlZDEyZjlmNzE4NzIyOThmNmUwZTMzNjVjMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"541c533f-956e-4619-aafc-4e4b6e41cca3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f945e956-7400-4a41-aa81-19a07bf468cc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9158bf31-8f4e-47d1-b93a-d265ab180941","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml","artifactChecksum":"N2VhNDI5Y2VmOWFkYjA0MTI4YjJhNzk0NGU3NDU0ZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1797763f-b090-492d-bde4-33d0becc24a3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e659c839-f27c-4df8-bab3-2e7f71e3dc0f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ab24e3b-77d9-4a0a-914c-241300475cec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml","artifactChecksum":"MjgwMjhiOWQ3OTJmN2Y3NTg4ZDFkYWRmMzI4OGYwMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2bd20392-eaf6-46c1-95ff-7577c46e50a6","artifactVersion":"1"},{"artifactName":"service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar","artifactChecksum":"NWUzOGE0Nzg1ZmE1OGFjMmE3M2FmZDIyMzc4ODkwZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de27b371-262b-4c8d-9b1f-22fe69416e12","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:23:53.019Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:23:53.020Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:23:53.021Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:23:53.021Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:53.121Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:23:53.122Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:23:53.122Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:53.166Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:53.166Z||pool-72-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:23:54.022Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:23:54.022Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:23:54.024Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:23:54.024Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:54.124Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:23:54.125Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:23:54.125Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:54.148Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:54.149Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:23:55.025Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:23:55.025Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:23:55.027Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:23:55.027Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:55.129Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T11:23:55.130Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:23:55.130Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:55.146Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:55.146Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:23:56.028Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:23:56.029Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:23:56.030Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:23:56.031Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:56.131Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:23:56.131Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:23:56.131Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:56.146Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:56.146Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:23:57.031Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:23:57.032Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:23:57.034Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:23:57.034Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:57.134Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:23:57.135Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:23:57.135Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:57.155Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:57.155Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:23:58.034Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:23:58.035Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:23:58.037Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:23:58.037Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:58.137Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:23:58.138Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:23:58.138Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:58.153Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:58.154Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:23:59.037Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:23:59.038Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:23:59.040Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:23:59.040Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:23:59.140Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:23:59.141Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:23:59.141Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:23:59.156Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:23:59.156Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:00.040Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:24:00.041Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:00.044Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:00.044Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:24:00.144Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:00.145Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:00.145Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:00.162Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:00.162Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:01.045Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "serviceName": "Demo_pNF_P2N48Uw9BxONwDVCBAbv",
  "serviceVersion": "1.0",
  "serviceUUID": "aecb2290-ca7d-4cc1-92fa-927e5c63b862",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f",
  "resources": [
    {
      "resourceInstanceName": "pNF 0662312d-29e2 0",
      "resourceCustomizationUUID": "e30dd686-99f7-437e-8c33-f13994dc6ae2",
      "resourceName": "pNF 0662312d-29e2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2964ac2c-f959-45e1-a76a-bf25f9d7390f",
      "resourceInvariantUUID": "d1f9afe9-273b-47b5-8365-7b1ff6d8d520",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
      "artifactChecksum": "NWUzOGE0Nzg1ZmE1OGFjMmE3M2FmZDIyMzc4ODkwZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de27b371-262b-4c8d-9b1f-22fe69416e12"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:24:01.046Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:24:01.046Z|ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aecb2290-ca7d-4cc1-92fa-927e5c63b862 ASDC
2022-06-03T11:24:01.046Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||ASDC Notification:
DistributionID:eb8ea91d-05ee-4957-9740-b3e514160743
ServiceName:Demo_pNF_P2N48Uw9BxONwDVCBAbv
ServiceVersion:1.0
ServiceUUID:aecb2290-ca7d-4cc1-92fa-927e5c63b862
ServiceInvariantUUID:b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
ArtifactUUID:de27b371-262b-4c8d-9b1f-22fe69416e12
ArtifactChecksum:NWUzOGE0Nzg1ZmE1OGFjMmE3M2FmZDIyMzc4ODkwZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0662312d-29e2 0
ResourceCustomizationUUID:e30dd686-99f7-437e-8c33-f13994dc6ae2
ResourceInvariantUUID:d1f9afe9-273b-47b5-8365-7b1ff6d8d520
ResourceName:pNF 0662312d-29e2
ResourceType:PNF
ResourceUUID:2964ac2c-f959-45e1-a76a-bf25f9d7390f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T11:24:01.047Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aecb2290-ca7d-4cc1-92fa-927e5c63b862 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:24:01.078Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:24:01.078Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:24:01.079Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:24:01.079Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Trying to download the artifact UUID: de27b371-262b-4c8d-9b1f-22fe69416e12 from URL: /sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:01.079Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:24:01.079Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:02.123Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:24:02.128Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar de27b371-262b-4c8d-9b1f-22fe69416e12 82659
2022-06-03T11:24:02.129Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar ASDC sendASDCNotification
2022-06-03T11:24:02.129Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:02.129Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:24:02.129Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:02.131Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:02.132Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255442129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:02.232Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:02.232Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:02.232Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:02.249Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:02.250Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:03.132Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:24:03.133Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:24:03.133Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Trying to write artifact UUID: de27b371-262b-4c8d-9b1f-22fe69416e12, URL: /sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar to file: /app/ASDC/1/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.134Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.134Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.135Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.242Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15852272018471297145/Definitions/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml
2022-06-03T11:24:03.904Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:24:03.904Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|WARN|500||####################################################################################################
2022-06-03T11:24:03.904Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.905Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T11:24:03.905Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|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-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.905Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0662312d-29e2 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-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.905Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.905Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|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-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.905Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|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-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.905Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|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-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.905Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|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-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:03.906Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|WARN|500||####################################################################################################
2022-06-03T11:24:03.906Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.906Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.906Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Node template pNF 0662312d-29e2 0 is matching search criteria
2022-06-03T11:24:03.906Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:24:03.906Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Found topology templates [pNF 0662312d-29e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:24:03.907Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.907Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.907Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Node template pNF 0662312d-29e2 0 is matching search criteria
2022-06-03T11:24:03.907Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:24:03.907Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Found topology templates [pNF 0662312d-29e2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:24:03.907Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.908Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.908Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.908Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.908Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.908Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.908Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.908Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.909Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.909Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.909Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_P2N48Uw9BxONwDVCBAbv
Description:catalog service description
Model UUID:aecb2290-ca7d-4cc1-92fa-927e5c63b862
Model Version:NULL
Model InvariantUuid:b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:24:03.931Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 2964ac2c-f959-45e1-a76a-bf25f9d7390f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:24:03.938Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||pNF 0662312d-29e2 0
2022-06-03T11:24:03.938Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 2964ac2c-f959-45e1-a76a-bf25f9d7390f
2022-06-03T11:24:03.939Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||No resources found for Service: aecb2290-ca7d-4cc1-92fa-927e5c63b862
2022-06-03T11:24:03.939Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Preparing to deploy Service: aecb2290-ca7d-4cc1-92fa-927e5c63b862
2022-06-03T11:24:03.939Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0662312d-29e2 0 2964ac2c-f959-45e1-a76a-bf25f9d7390f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:24:03.950Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6838081d, org.onap.sdc.toscaparser.api.parameters.Input@3b44353c, org.onap.sdc.toscaparser.api.parameters.Input@239422d7, org.onap.sdc.toscaparser.api.parameters.Input@711a0fa7, org.onap.sdc.toscaparser.api.parameters.Input@594a9979]
2022-06-03T11:24:03.950Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.950Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.950Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500|| resourceSeq for service uuid aecb2290-ca7d-4cc1-92fa-927e5c63b862: pNF 0662312d-29e2
2022-06-03T11:24:03.951Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Processing PNF resource: 2964ac2c-f959-45e1-a76a-bf25f9d7390f
2022-06-03T11:24:03.951Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:03.951Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Service Demo_pNF_P2N48Uw9BxONwDVCBAbv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:03.951Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||Resource customization UUID: e30dd686-99f7-437e-8c33-f13994dc6ae2 is the same as notified resource customizationUUID: e30dd686-99f7-437e-8c33-f13994dc6ae2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T11:24:04.029Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0662312d-29e2 2964ac2c-f959-45e1-a76a-bf25f9d7390f 0 ASDC deployResourceStructure
2022-06-03T11:24:04.029Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar ASDC sendASDCNotification
2022-06-03T11:24:04.030Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar
2022-06-03T11:24:04.030Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:24:04.030Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:04.032Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:04.032Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255444029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:24:04.132Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:04.133Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:04.133Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:04.154Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:04.154Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:05.033Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb8ea91d-05ee-4957-9740-b3e514160743
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:24:05.043Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb8ea91d-05ee-4957-9740-b3e514160743
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:24:05.045Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:24:05.045Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:24:05.045Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:24:05.046Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:24:05.046Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:24:05.046Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:24:05.046Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:24:05.050Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:24:35.050Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: eb8ea91d-05ee-4957-9740-b3e514160743 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:24:35.056Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb8ea91d-05ee-4957-9740-b3e514160743 and serviceModelVersionId: aecb2290-ca7d-4cc1-92fa-927e5c63b862
2022-06-03T11:24:35.056Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f
2022-06-03T11:24:35.057Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0
2022-06-03T11:24:35.061Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46534e5d-6afa-4d94-a89e-91049dd3c940/model-vers/model-ver/976d4568-b1f8-4684-8734-fb172f43f299?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:24:35.104Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Invoke
2022-06-03T11:24:35.105Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6bf9d4d-4b13-4248-b74a-2e94ecabddbe], X-ECOMP-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], X-TransactionId=[], X-ONAP-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], Content-Type=[application/merge-patch+json]}
2022-06-03T11:24:36.644Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Invoke
2022-06-03T11:24:36.646Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a21e09b3-c826-4727-aac1-ac4d3f332873], X-ECOMP-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], X-TransactionId=[], X-ONAP-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], Content-Type=[application/merge-patch+json]}
2022-06-03T11:24:38.193Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Invoke
2022-06-03T11:24:38.194Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89b838b5-3b95-4004-805c-fe1630ba086e], X-ECOMP-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], X-TransactionId=[], X-ONAP-RequestID=[eb8ea91d-05ee-4957-9740-b3e514160743], Content-Type=[application/merge-patch+json]}
2022-06-03T11:24:39.209Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:24:39.210Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:24:39.210Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:24:39.210Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:24:39.215Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:24:39.215Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb8ea91d-05ee-4957-9740-b3e514160743 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:24:39.215Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:24:39.215Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:39.217Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:39.217Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255479215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:24:39.317Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:39.319Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:39.319Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:39.350Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:39.351Z||pool-82-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:24:40.229Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||received message from topic
2022-06-03T11:24:40.229Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"df57833a-94ad-46c4-b04c-137a368ce779","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f78290c9-e9c1-4a50-a32f-28c275eaaa73","serviceDescription":"service","serviceInvariantUUID":"c196ef02-951f-483f-abca-e66bff491857","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a0c87f6-9708-4a6d-9f93-bf13e992ba39","resourceInvariantUUID":"cd09d037-1690-45d7-a71d-ae9c9e5a24fa","resourceCustomizationUUID":"6056bc27-4558-4cf3-8006-9feaa828bba2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZTU0OGM4NDBmN2RjZjcwYmRjMzk1MjA4MTJlMWQ2N2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93fc85c1-4e3b-4c96-8dfa-4e1d9b5aee64","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MGNmZjQ1MmVjYzkyMjFiMjhmNzY0ZTcxNWNhZmU1Zjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5348f0a0-3360-46bd-9ea8-f8a47aca9941","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b04c0ed-27da-4e26-9105-80f7b8d19b1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c9c6ba9a-bd14-48d7-99b3-961902b8935c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88a42ef2-e735-4987-aaa2-f673695ee194","artifactVersion":"2","generatedFromUUID":"7b04c0ed-27da-4e26-9105-80f7b8d19b1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTVmYTU3NzU1OTAwYzdmZGY2NzI0OTY2NjUwMWNkMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8b7f326-88df-4c95-91a8-ef23adba422e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDU1ZjM0YTMwMDRlNmRmYzk5NmU2Yjc0NDI4YjhhNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"792870e6-51e9-4c07-973b-9a3fc1337a4c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:24:40.230Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:24:40.230Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:40.231Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:40.232Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:40.332Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:24:40.332Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:40.332Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:40.347Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:40.347Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:41.232Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:24:41.233Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:41.234Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:41.234Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:24:41.334Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:41.335Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:41.335Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:41.351Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:41.352Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:42.235Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:24:42.235Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:42.237Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:42.237Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:24:42.337Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:42.338Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:42.338Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:42.369Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:42.370Z||pool-85-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:43.238Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:24:43.238Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:43.240Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:43.240Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:43.340Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:43.341Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:43.341Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:43.361Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:43.362Z||pool-86-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:44.241Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:24:44.241Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:44.243Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:44.243Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T11:24:44.343Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:44.344Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:44.344Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:44.361Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:44.361Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:45.244Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:24:45.244Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:45.246Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:45.246Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:45.346Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:45.347Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:45.347Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:45.374Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:45.374Z||pool-88-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:46.247Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:24:46.247Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:46.250Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:46.250Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:24:46.350Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:46.351Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:46.351Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:46.371Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:46.371Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:47.251Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f78290c9-e9c1-4a50-a32f-28c275eaaa73",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c196ef02-951f-483f-abca-e66bff491857",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6056bc27-4558-4cf3-8006-9feaa828bba2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a0c87f6-9708-4a6d-9f93-bf13e992ba39",
      "resourceInvariantUUID": "cd09d037-1690-45d7-a71d-ae9c9e5a24fa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MGNmZjQ1MmVjYzkyMjFiMjhmNzY0ZTcxNWNhZmU1Zjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5348f0a0-3360-46bd-9ea8-f8a47aca9941",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7b04c0ed-27da-4e26-9105-80f7b8d19b1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "88a42ef2-e735-4987-aaa2-f673695ee194",
            "generatedFromUUID": "7b04c0ed-27da-4e26-9105-80f7b8d19b1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "88a42ef2-e735-4987-aaa2-f673695ee194",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDU1ZjM0YTMwMDRlNmRmYzk5NmU2Yjc0NDI4YjhhNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "792870e6-51e9-4c07-973b-9a3fc1337a4c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:24:47.251Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:24:47.251Z|eb8ea91d-05ee-4957-9740-b3e514160743|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f78290c9-e9c1-4a50-a32f-28c275eaaa73 ASDC
2022-06-03T11:24:47.252Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||ASDC Notification:
DistributionID:df57833a-94ad-46c4-b04c-137a368ce779
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f78290c9-e9c1-4a50-a32f-28c275eaaa73
ServiceInvariantUUID:c196ef02-951f-483f-abca-e66bff491857
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:792870e6-51e9-4c07-973b-9a3fc1337a4c
ArtifactChecksum:NDU1ZjM0YTMwMDRlNmRmYzk5NmU2Yjc0NDI4YjhhNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6056bc27-4558-4cf3-8006-9feaa828bba2
ResourceInvariantUUID:cd09d037-1690-45d7-a71d-ae9c9e5a24fa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2a0c87f6-9708-4a6d-9f93-bf13e992ba39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:5348f0a0-3360-46bd-9ea8-f8a47aca9941
ArtifactChecksum:MGNmZjQ1MmVjYzkyMjFiMjhmNzY0ZTcxNWNhZmU1Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:7b04c0ed-27da-4e26-9105-80f7b8d19b1c
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:88a42ef2-e735-4987-aaa2-f673695ee194
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:88a42ef2-e735-4987-aaa2-f673695ee194
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:24:47.252Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f78290c9-e9c1-4a50-a32f-28c275eaaa73 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:24:47.296Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:24:47.297Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:24:47.297Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:24:47.297Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Trying to download the artifact UUID: 792870e6-51e9-4c07-973b-9a3fc1337a4c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T11:24:47.297Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:24:47.297Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T11:24:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:24:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:24:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:50.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:50.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255342564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255334274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255334840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255340615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255336653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255335160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:24:50.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255345265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:24:50.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:24:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255355126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:50.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255355383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:50.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255354979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255355550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255356556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255356289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:50.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:50.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "policy-id",
  "timestamp": 1654255357560,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:24:50.988Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 629ca0d3-9fac-4249-80d4-eddfd05fb60d
2022-06-03T11:24:50.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 629ca0d3-9fac-4249-80d4-eddfd05fb60d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:24:50.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255357179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:50.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:50.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:50.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "cds",
  "timestamp": 1654255357295,
  "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=?
2022-06-03T11:24:51.003Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 629ca0d3-9fac-4249-80d4-eddfd05fb60d
2022-06-03T11:24:51.003Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 629ca0d3-9fac-4249-80d4-eddfd05fb60d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:24:51.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255358415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:24:51.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:51.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255358836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:51.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:51.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255359421,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:24:51.015Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 629ca0d3-9fac-4249-80d4-eddfd05fb60d
2022-06-03T11:24:51.015Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 629ca0d3-9fac-4249-80d4-eddfd05fb60d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:24:51.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255360204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:51.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:51.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255361257,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:24:51.026Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 629ca0d3-9fac-4249-80d4-eddfd05fb60d
2022-06-03T11:24:51.026Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 629ca0d3-9fac-4249-80d4-eddfd05fb60d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:24:51.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255362047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255362507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255362261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "aai-ml",
  "timestamp": 1654255363052,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:24:51.037Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 629ca0d3-9fac-4249-80d4-eddfd05fb60d
2022-06-03T11:24:51.037Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 629ca0d3-9fac-4249-80d4-eddfd05fb60d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:24:51.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255365516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:24:51.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:24:51.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:24:51.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "clamp",
  "timestamp": 1654255366524,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:24:51.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 629ca0d3-9fac-4249-80d4-eddfd05fb60d
2022-06-03T11:24:51.048Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 629ca0d3-9fac-4249-80d4-eddfd05fb60d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:24:51.386Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:24:51.401Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 792870e6-51e9-4c07-973b-9a3fc1337a4c 71075
2022-06-03T11:24:51.401Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-03T11:24:51.401Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T11:24:51.401Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:24:51.401Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:51.403Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:51.403Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255491401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:51.503Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:51.504Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:51.504Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:51.519Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:51.519Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:52.404Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:24:52.405Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:24:52.406Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Trying to write artifact UUID: 792870e6-51e9-4c07-973b-9a3fc1337a4c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:52.406Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-03T11:24:52.406Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:52.406Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:52.536Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13502761734061086457/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-03T11:24:53.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:24:53.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||####################################################################################################
2022-06-03T11:24:53.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T11:24:53.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|WARN|500||####################################################################################################
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:53.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:53.521Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:24:53.521Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:24:53.521Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.521Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:53.521Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:53.521Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:24:53.521Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:24:53.522Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.522Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:53.522Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.522Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T11:24:53.522Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-03T11:24:53.522Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-03T11:24:53.522Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-03T11:24:53.523Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T11:24:53.523Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:24:53.523Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.523Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:24:53.523Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.523Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:53.523Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:24:53.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:53.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:24:53.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:53.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:24:53.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T11:24:53.525Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T11:24:53.525Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T11:24:53.525Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=21d1cdb9-8f4a-4931-87e2-e21233b73288
2022-06-03T11:24:53.525Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.525Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:53.525Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.525Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:53.525Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.526Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:53.526Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:53.526Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:53.526Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f78290c9-e9c1-4a50-a32f-28c275eaaa73
Model Version:NULL
Model InvariantUuid:c196ef02-951f-483f-abca-e66bff491857
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4456fc3a-8924-4446-a75e-e986fca73c91
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd09d037-1690-45d7-a71d-ae9c9e5a24fa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6056bc27-4558-4cf3-8006-9feaa828bba2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e4dad2f-17cd-42fb-bf59-2990f2ff21a8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:be44abb7-a653-40aa-bd20-ce023c423be7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:21d1cdb9-8f4a-4931-87e2-e21233b73288
ModelInvariantUuid:f7fb3ff0-fe36-4ab2-8916-c31837c63805
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:05132aed-0232-4833-96c6-a6d83d8a7ce9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:289b7f09-bdd6-4b4b-a495-93cf4c8de8c2
ModelInvariantUuid:493becd0-e64a-416d-b273-de69923eb0c0
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:371dcd81-9d64-47fc-af5a-ebf1ed53ad25
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:24:53.538Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 2a0c87f6-9708-4a6d-9f93-bf13e992ba39
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:24:53.543Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||basic_vm 0
2022-06-03T11:24:53.543Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 2a0c87f6-9708-4a6d-9f93-bf13e992ba39
2022-06-03T11:24:53.543Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Trying to download the artifact UUID: 5348f0a0-3360-46bd-9ea8-f8a47aca9941 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T11:24:53.543Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:24:53.543Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T11:24:54.941Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:24:54.942Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5348f0a0-3360-46bd-9ea8-f8a47aca9941 787
2022-06-03T11:24:54.942Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-03T11:24:54.942Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T11:24:54.942Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:24:54.942Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:54.944Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:54.944Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255494942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:55.044Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:55.045Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:55.046Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:55.062Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:55.062Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:24:55.945Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5e4dad2f-17cd-42fb-bf59-2990f2ff21a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be44abb7-a653-40aa-bd20-ce023c423be7",
    "vfModuleModelCustomizationUUID": "209b9c28-ec7c-41c3-9952-46419054ed64",
    "isBase": true,
    "artifacts": [
      "7b04c0ed-27da-4e26-9105-80f7b8d19b1c",
      "88a42ef2-e735-4987-aaa2-f673695ee194"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:24:55.948Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be44abb7-a653-40aa-bd20-ce023c423be7
VfModuleModelInvariantUUID:5e4dad2f-17cd-42fb-bf59-2990f2ff21a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b04c0ed-27da-4e26-9105-80f7b8d19b1c
,
88a42ef2-e735-4987-aaa2-f673695ee194

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

isBase:true


}

2022-06-03T11:24:55.950Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5e4dad2f-17cd-42fb-bf59-2990f2ff21a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be44abb7-a653-40aa-bd20-ce023c423be7",
    "vfModuleModelCustomizationUUID": "209b9c28-ec7c-41c3-9952-46419054ed64",
    "isBase": true,
    "artifacts": [
      "7b04c0ed-27da-4e26-9105-80f7b8d19b1c",
      "88a42ef2-e735-4987-aaa2-f673695ee194"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:24:55.950Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be44abb7-a653-40aa-bd20-ce023c423be7
VfModuleModelInvariantUUID:5e4dad2f-17cd-42fb-bf59-2990f2ff21a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b04c0ed-27da-4e26-9105-80f7b8d19b1c
,
88a42ef2-e735-4987-aaa2-f673695ee194

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

isBase:true


}

2022-06-03T11:24:55.950Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Trying to download the artifact UUID: 7b04c0ed-27da-4e26-9105-80f7b8d19b1c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T11:24:55.950Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:24:55.950Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T11:24:56.411Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:24:56.412Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7b04c0ed-27da-4e26-9105-80f7b8d19b1c 5033
2022-06-03T11:24:56.412Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-03T11:24:56.413Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T11:24:56.413Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:24:56.413Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:56.415Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:56.415Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255496412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:56.515Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:56.516Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:56.516Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:56.532Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:56.532Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:24:57.415Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Trying to download the artifact UUID: 88a42ef2-e735-4987-aaa2-f673695ee194 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T11:24:57.416Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:24:57.417Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T11:24:58.119Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:24:58.119Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 88a42ef2-e735-4987-aaa2-f673695ee194 903
2022-06-03T11:24:58.120Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-03T11:24:58.120Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T11:24:58.120Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:24:58.120Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:58.122Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:58.122Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255498120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:24:58.223Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:58.223Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:58.223Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:58.240Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:58.240Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:24:59.123Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Preparing to deploy Service: f78290c9-e9c1-4a50-a32f-28c275eaaa73
2022-06-03T11:24:59.123Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2a0c87f6-9708-4a6d-9f93-bf13e992ba39 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:24:59.140Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c3fb042, org.onap.sdc.toscaparser.api.parameters.Input@57d52561, org.onap.sdc.toscaparser.api.parameters.Input@3cce2c3b, org.onap.sdc.toscaparser.api.parameters.Input@1e86a03a, org.onap.sdc.toscaparser.api.parameters.Input@7fdaae08]
2022-06-03T11:24:59.141Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.142Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:59.142Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T11:24:59.142Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||VFCustomizationUUID= 6056bc27-4558-4cf3-8006-9feaa828bba2
2022-06-03T11:24:59.142Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6056bc27-4558-4cf3-8006-9feaa828bba2 matches Tosca VF Customization UUID: 6056bc27-4558-4cf3-8006-9feaa828bba2
2022-06-03T11:24:59.143Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||vfCustomizationUUID: 6056bc27-4558-4cf3-8006-9feaa828bba2  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T11:24:59.146Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.146Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:59.147Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||resource request for resource customization id 6056bc27-4558-4cf3-8006-9feaa828bba2: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-03T11:24:59.147Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6794c796
2022-06-03T11:24:59.147Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.147Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:24:59.148Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 209b9c28-ec7c-41c3-9952-46419054ed64
2022-06-03T11:24:59.148Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 209b9c28-ec7c-41c3-9952-46419054ed64
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T11:24:59.151Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.151Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:59.151Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:24:59.152Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.152Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:59.152Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:24:59.152Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.153Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T11:24:59.153Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T11:24:59.153Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T11:24:59.153Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=21d1cdb9-8f4a-4931-87e2-e21233b73288
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:24:59.163Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.163Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:59.164Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:24:59.164Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.164Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T11:24:59.164Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6056bc27-4558-4cf3-8006-9feaa828bba2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:24:59.167Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.167Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:59.167Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500|| resourceSeq for service uuid f78290c9-e9c1-4a50-a32f-28c275eaaa73: basic_vm
2022-06-03T11:24:59.167Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.168Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:59.168Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.168Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:59.168Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.168Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:59.168Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.169Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:59.169Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:24:59.169Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:24:59.169Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:24:59.289Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2a0c87f6-9708-4a6d-9f93-bf13e992ba39 1 ASDC deployResourceStructure
2022-06-03T11:24:59.290Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-03T11:24:59.290Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T11:24:59.290Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:24:59.291Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:24:59.292Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:24:59.292Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255499290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:24:59.393Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:24:59.393Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:24:59.394Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:24:59.408Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:24:59.408Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:00.293Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-03T11:25:00.294Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T11:25:00.294Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:25:00.294Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:00.296Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:00.296Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255500293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:25:00.396Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:00.397Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:00.397Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:00.416Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:00.417Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2022-06-03T11:25:01.297Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-03T11:25:01.297Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T11:25:01.298Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:25:01.298Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:01.299Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:01.300Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255501297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:25:01.400Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:01.400Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:01.400Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:01.417Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:01.417Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:02.300Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-03T11:25:02.301Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T11:25:02.301Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:25:02.301Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:02.303Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:02.303Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255502300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:25:02.403Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:02.403Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:02.404Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:02.431Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:02.432Z||pool-97-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:03.303Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df57833a-94ad-46c4-b04c-137a368ce779
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:25:03.315Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df57833a-94ad-46c4-b04c-137a368ce779
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:25:03.317Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:25:03.317Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:25:03.317Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:25:03.317Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:25:03.318Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:25:03.318Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:25:03.322Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:25:33.322Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: df57833a-94ad-46c4-b04c-137a368ce779 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:25:33.333Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df57833a-94ad-46c4-b04c-137a368ce779 and serviceModelVersionId: f78290c9-e9c1-4a50-a32f-28c275eaaa73
2022-06-03T11:25:33.333Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c196ef02-951f-483f-abca-e66bff491857
2022-06-03T11:25:33.334Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0
2022-06-03T11:25:33.339Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:25:33.385Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3b8a8c8-d2bf-427e-b6c0-df4023ebe83f/model-vers/model-ver/aecb2290-ca7d-4cc1-92fa-927e5c63b862?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:25:33.387Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Invoke
2022-06-03T11:25:34.911Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:25:34.913Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Invoke
2022-06-03T11:25:36.459Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:25:36.461Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Invoke
2022-06-03T11:25:37.482Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:25:37.483Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:25:37.483Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:25:37.483Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:25:37.489Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:25:37.489Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df57833a-94ad-46c4-b04c-137a368ce779 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:25:37.489Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:25:37.490Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:37.493Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:37.493Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255537489,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:25:37.593Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:37.594Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:37.594Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:37.617Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:37.617Z||pool-98-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:25:38.509Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||received message from topic
2022-06-03T11:25:38.510Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"629ca0d3-9fac-4249-80d4-eddfd05fb60d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0369e164-31df-4b62-a8da-f5aa24f90763","serviceDescription":"service","serviceInvariantUUID":"79f6253f-701b-4147-bc46-ee66561e8394","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adc89752-3bd9-4756-b865-822d912c97ba","resourceInvariantUUID":"dcae0dd7-5bc2-4f25-a3d8-658fb315a979","resourceCustomizationUUID":"ef230114-105e-4c95-bbab-5aac8fccf53a","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":"NDBlZTFlZWExNjdkOGMyYjcxM2VjMDdlY2JjZGE5ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca9b9478-90a0-4746-a7d5-f53a5094a8b7","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":"46e81f33-ed8d-4919-a52f-3a58a84c0fa6","artifactVersion":"2","generatedFromUUID":"b8b7227a-26dd-4d7c-bd20-b45236f4f4e5"},{"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":"b8b7227a-26dd-4d7c-bd20-b45236f4f4e5","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":"YjdiYTk3ZDg4NzJlNTZkOGE3NGEyM2JlNmZkNzJkMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d3be007-975e-4541-a958-72420121597c","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":"facd03ff-4861-4202-a980-cf3357533104","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":"13304413-ba7d-4718-b01b-6f179c42352f","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":"960ddb1b-6cb9-470e-807f-dab786bc26a4","artifactVersion":"2","generatedFromUUID":"facd03ff-4861-4202-a980-cf3357533104"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yjg2N2RlZGQ1MjcyMDFhYmE1MTkxMWQ5MWE5ZDE3MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce3331c2-0ecb-4688-95dc-31b0ee047a77","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NThhMjFjNGE2NjRhNGRlZjYxYWQwZjE3MmQ4NTg2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d44d6834-bb91-43ab-9388-e44c947a673f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:25:38.511Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:38.511Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:38.513Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:38.513Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:25:38.613Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:38.615Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:38.615Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:38.630Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:38.631Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:25:39.514Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:39.515Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:39.518Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:39.518Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T11:25:39.618Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:39.619Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:39.619Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:39.637Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:39.638Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:25:40.519Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:40.520Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:40.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:40.524Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T11:25:40.625Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:40.626Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:40.626Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:40.642Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:40.643Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:41.526Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:41.527Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:41.529Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:41.529Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:25:41.629Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:41.630Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:41.631Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:41.661Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:41.661Z||pool-102-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:25:42.530Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:42.531Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:42.532Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:42.532Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:25:42.633Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:42.633Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:42.634Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:42.655Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:42.656Z||pool-103-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:25:43.533Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:43.534Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:43.536Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:43.536Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:25:43.636Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:43.637Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:43.637Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:43.653Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:43.653Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:44.536Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:44.537Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:44.539Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:44.539Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T11:25:44.639Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:44.640Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:44.640Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:44.681Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:44.681Z||pool-105-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:25:45.540Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:45.540Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:45.542Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:45.542Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:25:45.642Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:25:45.643Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:45.643Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:45.661Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:45.665Z||pool-106-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:46.543Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:25:46.544Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:46.545Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:46.545Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:25:46.645Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:25:46.646Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:46.646Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:46.664Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:46.664Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:47.547Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "0369e164-31df-4b62-a8da-f5aa24f90763",
  "serviceDescription": "service",
  "serviceInvariantUUID": "79f6253f-701b-4147-bc46-ee66561e8394",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ef230114-105e-4c95-bbab-5aac8fccf53a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "adc89752-3bd9-4756-b865-822d912c97ba",
      "resourceInvariantUUID": "dcae0dd7-5bc2-4f25-a3d8-658fb315a979",
      "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": "46e81f33-ed8d-4919-a52f-3a58a84c0fa6",
          "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": "b8b7227a-26dd-4d7c-bd20-b45236f4f4e5",
          "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": "YjdiYTk3ZDg4NzJlNTZkOGE3NGEyM2JlNmZkNzJkMjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d3be007-975e-4541-a958-72420121597c",
          "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": "facd03ff-4861-4202-a980-cf3357533104",
          "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": "960ddb1b-6cb9-470e-807f-dab786bc26a4",
            "generatedFromUUID": "facd03ff-4861-4202-a980-cf3357533104"
          },
          "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": "960ddb1b-6cb9-470e-807f-dab786bc26a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NThhMjFjNGE2NjRhNGRlZjYxYWQwZjE3MmQ4NTg2NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d44d6834-bb91-43ab-9388-e44c947a673f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:25:47.547Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:25:47.547Z|df57833a-94ad-46c4-b04c-137a368ce779|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0369e164-31df-4b62-a8da-f5aa24f90763 ASDC
2022-06-03T11:25:47.548Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||ASDC Notification:
DistributionID:629ca0d3-9fac-4249-80d4-eddfd05fb60d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:0369e164-31df-4b62-a8da-f5aa24f90763
ServiceInvariantUUID:79f6253f-701b-4147-bc46-ee66561e8394
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:d44d6834-bb91-43ab-9388-e44c947a673f
ArtifactChecksum:NThhMjFjNGE2NjRhNGRlZjYxYWQwZjE3MmQ4NTg2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ef230114-105e-4c95-bbab-5aac8fccf53a
ResourceInvariantUUID:dcae0dd7-5bc2-4f25-a3d8-658fb315a979
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:adc89752-3bd9-4756-b865-822d912c97ba
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:46e81f33-ed8d-4919-a52f-3a58a84c0fa6
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:b8b7227a-26dd-4d7c-bd20-b45236f4f4e5
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:2d3be007-975e-4541-a958-72420121597c
ArtifactChecksum:YjdiYTk3ZDg4NzJlNTZkOGE3NGEyM2JlNmZkNzJkMjU=
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:facd03ff-4861-4202-a980-cf3357533104
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:960ddb1b-6cb9-470e-807f-dab786bc26a4
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:960ddb1b-6cb9-470e-807f-dab786bc26a4
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:25:47.549Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0369e164-31df-4b62-a8da-f5aa24f90763 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:25:47.600Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:25:47.600Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:25:47.600Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:25:47.601Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Trying to download the artifact UUID: d44d6834-bb91-43ab-9388-e44c947a673f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T11:25:47.601Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:25:47.601Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T11:25:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:25:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:25:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:50.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:50.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:25:50.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba0d7fd7-9577-4eb4-adc5-3ee6c7936d5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255427505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:25:50.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:25:51.030Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:25:51.034Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d44d6834-bb91-43ab-9388-e44c947a673f 68952
2022-06-03T11:25:51.034Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-03T11:25:51.034Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T11:25:51.034Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:25:51.035Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:51.037Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:51.037Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255551034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:25:51.137Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:51.149Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:51.149Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:51.188Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:51.189Z||pool-108-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:52.037Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:25:52.038Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:25:52.039Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Trying to write artifact UUID: d44d6834-bb91-43ab-9388-e44c947a673f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T11:25:52.039Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-03T11:25:52.039Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T11:25:52.040Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T11:25:52.135Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15370278458710418048/Definitions/service-BasicCnf-template.yml
2022-06-03T11:25:53.135Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:25:53.136Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|WARN|500||####################################################################################################
2022-06-03T11:25:53.136Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T11:25:53.136Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-03T11:25:53.136Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T11:25:53.137Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T11:25:53.137Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T11:25:53.137Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T11:25:53.137Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|WARN|500||####################################################################################################
2022-06-03T11:25:53.137Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.138Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:25:53.138Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:25:53.138Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:25:53.138Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:25:53.139Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.139Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:25:53.139Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:25:53.139Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:25:53.140Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:25:53.140Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.140Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:25:53.140Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.141Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T11:25:53.141Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-03T11:25:53.141Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-06-03T11:25:53.141Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:25:53.142Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.142Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:25:53.142Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.142Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:25:53.142Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:25:53.143Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.143Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:25:53.143Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:25:53.143Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.144Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:25:53.144Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:25:53.144Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.144Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T11:25:53.145Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-03T11:25:53.145Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=33570c9f-e6d8-4dff-927d-f9b0b3ad5b4b
2022-06-03T11:25:53.145Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.145Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:25:53.146Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.146Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:25:53.146Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.146Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:25:53.146Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:25:53.147Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:25:53.147Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:0369e164-31df-4b62-a8da-f5aa24f90763
Model Version:NULL
Model InvariantUuid:79f6253f-701b-4147-bc46-ee66561e8394
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f800f45f-28d9-468f-9d83-79fc9ceb71ba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dcae0dd7-5bc2-4f25-a3d8-658fb315a979
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ef230114-105e-4c95-bbab-5aac8fccf53a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:94902990-ea56-434c-b483-c241cb3e363e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:dbfa55e6-6d36-44da-9fe5-4382b6f04359
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:33570c9f-e6d8-4dff-927d-f9b0b3ad5b4b
ModelInvariantUuid:2dfbb304-7b0a-4bbe-9b6a-c62f708c8e10
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e82b30ea-30d2-4b07-a2c7-f363da61b3dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:61535bac-2f62-4aea-9d99-9cccae67a7c1
ModelInvariantUuid:a1722fc6-a6dd-4121-b57e-ecb584d83830
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:3ad4e922-4386-4b47-a068-ec36561d9cf6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:25:53.156Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: adc89752-3bd9-4756-b865-822d912c97ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:25:53.160Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||basic_cnf 0
2022-06-03T11:25:53.160Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: adc89752-3bd9-4756-b865-822d912c97ba
2022-06-03T11:25:53.160Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Trying to download the artifact UUID: 46e81f33-ed8d-4919-a52f-3a58a84c0fa6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-03T11:25:53.160Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:25:53.161Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-03T11:25:54.499Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:25:54.500Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 46e81f33-ed8d-4919-a52f-3a58a84c0fa6 12
2022-06-03T11:25:54.500Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-03T11:25:54.500Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-03T11:25:54.500Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:25:54.501Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:54.502Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:54.503Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255554500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:25:54.603Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:54.603Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:54.603Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:54.628Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:54.628Z||pool-109-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:25:55.503Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Trying to download the artifact UUID: b8b7227a-26dd-4d7c-bd20-b45236f4f4e5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-03T11:25:55.504Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:25:55.504Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-03T11:25:56.100Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:25:56.101Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b8b7227a-26dd-4d7c-bd20-b45236f4f4e5 2688
2022-06-03T11:25:56.101Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-03T11:25:56.101Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-03T11:25:56.101Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:25:56.102Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:56.104Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:56.104Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255556101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:25:56.204Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:56.205Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:56.205Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:56.225Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:56.225Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:25:57.105Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Trying to download the artifact UUID: 2d3be007-975e-4541-a958-72420121597c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T11:25:57.105Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:25:57.106Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T11:25:57.704Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:25:57.704Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2d3be007-975e-4541-a958-72420121597c 828
2022-06-03T11:25:57.705Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-03T11:25:57.705Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T11:25:57.705Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:25:57.706Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:57.708Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:57.708Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255557705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:25:57.808Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:57.808Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:57.809Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:57.827Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:57.827Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:25:58.708Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "94902990-ea56-434c-b483-c241cb3e363e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbfa55e6-6d36-44da-9fe5-4382b6f04359",
    "vfModuleModelCustomizationUUID": "f1d62c65-3a9b-4b7b-b6a5-f0405cbce6ee",
    "isBase": true,
    "artifacts": [
      "facd03ff-4861-4202-a980-cf3357533104",
      "b8b7227a-26dd-4d7c-bd20-b45236f4f4e5",
      "960ddb1b-6cb9-470e-807f-dab786bc26a4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:25:58.712Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbfa55e6-6d36-44da-9fe5-4382b6f04359
VfModuleModelInvariantUUID:94902990-ea56-434c-b483-c241cb3e363e
VfModuleModelDescription:NULL
Artifacts UUID List:{
facd03ff-4861-4202-a980-cf3357533104
,
b8b7227a-26dd-4d7c-bd20-b45236f4f4e5
,
960ddb1b-6cb9-470e-807f-dab786bc26a4

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

isBase:true


}

2022-06-03T11:25:58.714Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "94902990-ea56-434c-b483-c241cb3e363e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbfa55e6-6d36-44da-9fe5-4382b6f04359",
    "vfModuleModelCustomizationUUID": "f1d62c65-3a9b-4b7b-b6a5-f0405cbce6ee",
    "isBase": true,
    "artifacts": [
      "facd03ff-4861-4202-a980-cf3357533104",
      "b8b7227a-26dd-4d7c-bd20-b45236f4f4e5",
      "960ddb1b-6cb9-470e-807f-dab786bc26a4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:25:58.714Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbfa55e6-6d36-44da-9fe5-4382b6f04359
VfModuleModelInvariantUUID:94902990-ea56-434c-b483-c241cb3e363e
VfModuleModelDescription:NULL
Artifacts UUID List:{
facd03ff-4861-4202-a980-cf3357533104
,
b8b7227a-26dd-4d7c-bd20-b45236f4f4e5
,
960ddb1b-6cb9-470e-807f-dab786bc26a4

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

isBase:true


}

2022-06-03T11:25:58.714Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Trying to download the artifact UUID: facd03ff-4861-4202-a980-cf3357533104 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T11:25:58.714Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:25:58.714Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T11:25:58.933Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:25:58.933Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml facd03ff-4861-4202-a980-cf3357533104 1164
2022-06-03T11:25:58.933Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-03T11:25:58.934Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T11:25:58.934Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:25:58.934Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:25:58.936Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:25:58.936Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255558933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:25:59.036Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:25:59.037Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:25:59.037Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:25:59.054Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:25:59.054Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:25:59.937Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Trying to download the artifact UUID: 960ddb1b-6cb9-470e-807f-dab786bc26a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T11:25:59.938Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:25:59.938Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T11:26:00.312Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:26:00.312Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 960ddb1b-6cb9-470e-807f-dab786bc26a4 200
2022-06-03T11:26:00.313Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-03T11:26:00.313Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T11:26:00.313Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:26:00.314Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:26:00.316Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:26:00.316Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255560313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:26:00.416Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:26:00.417Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:26:00.417Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:00.438Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:00.438Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:26:01.317Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Preparing to deploy Service: 0369e164-31df-4b62-a8da-f5aa24f90763
2022-06-03T11:26:01.317Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 adc89752-3bd9-4756-b865-822d912c97ba 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=?
2022-06-03T11:26:01.336Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:26:01.344Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5845f6da, org.onap.sdc.toscaparser.api.parameters.Input@655724b6, org.onap.sdc.toscaparser.api.parameters.Input@74973221, org.onap.sdc.toscaparser.api.parameters.Input@40df5eb, org.onap.sdc.toscaparser.api.parameters.Input@73892096]
2022-06-03T11:26:01.346Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.346Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:26:01.346Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T11:26:01.347Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||VFCustomizationUUID= ef230114-105e-4c95-bbab-5aac8fccf53a
2022-06-03T11:26:01.347Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ef230114-105e-4c95-bbab-5aac8fccf53a matches Tosca VF Customization UUID: ef230114-105e-4c95-bbab-5aac8fccf53a
2022-06-03T11:26:01.347Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||vfCustomizationUUID: ef230114-105e-4c95-bbab-5aac8fccf53a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T11:26:01.349Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.349Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:26:01.350Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||resource request for resource customization id ef230114-105e-4c95-bbab-5aac8fccf53a: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-03T11:26:01.350Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9a5e221
2022-06-03T11:26:01.350Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.351Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:26:01.351Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f1d62c65-3a9b-4b7b-b6a5-f0405cbce6ee
2022-06-03T11:26:01.351Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f1d62c65-3a9b-4b7b-b6a5-f0405cbce6ee
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T11:26:01.353Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.354Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:26:01.354Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:26:01.354Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.354Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:26:01.355Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:26:01.355Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.355Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T11:26:01.355Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-03T11:26:01.355Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=33570c9f-e6d8-4dff-927d-f9b0b3ad5b4b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:26:01.357Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.357Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:26:01.357Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:26:01.358Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.358Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T11:26:01.358Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ef230114-105e-4c95-bbab-5aac8fccf53a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:26:01.360Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.360Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:26:01.360Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500|| resourceSeq for service uuid 0369e164-31df-4b62-a8da-f5aa24f90763: basic_cnf
2022-06-03T11:26:01.360Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.360Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:26:01.360Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.361Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:26:01.361Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.361Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:26:01.361Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.361Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:26:01.361Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:26:01.361Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:26:01.362Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:26:01.461Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf adc89752-3bd9-4756-b865-822d912c97ba 1 ASDC deployResourceStructure
2022-06-03T11:26:01.462Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-03T11:26:01.463Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-03T11:26:01.463Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T11:26:01.463Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:26:01.465Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:26:01.465Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255561462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T11:26:01.565Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:26:01.565Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:26:01.565Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:01.585Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:01.585Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:26:02.468Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-03T11:26:02.468Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-03T11:26:02.468Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T11:26:02.469Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:26:02.472Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:26:02.473Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255562467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T11:26:02.573Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:26:02.574Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:26:02.574Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:02.588Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:02.588Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:26:03.475Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-03T11:26:03.475Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T11:26:03.476Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:26:03.477Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:26:03.479Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:26:03.479Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255563475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:26:03.579Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:26:03.580Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:26:03.580Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:03.598Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:03.598Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:26:04.480Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-03T11:26:04.481Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T11:26:04.481Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:26:04.481Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:26:04.484Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:26:04.484Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255564480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:26:04.584Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:26:04.584Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:26:04.585Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:04.605Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:04.606Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:26:05.484Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-03T11:26:05.485Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T11:26:05.485Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:26:05.485Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:26:05.487Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:26:05.488Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255565484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:26:05.588Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:26:05.588Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:26:05.588Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:05.605Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:05.605Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:26:06.488Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-03T11:26:06.489Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T11:26:06.489Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:26:06.489Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:26:06.492Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:26:06.492Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255566488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:26:06.592Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:26:06.593Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:26:06.593Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:06.607Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:06.607Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:26:07.493Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 629ca0d3-9fac-4249-80d4-eddfd05fb60d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:26:07.507Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 629ca0d3-9fac-4249-80d4-eddfd05fb60d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:26:07.510Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:26:07.510Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:26:07.510Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:26:07.510Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:26:07.510Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:26:07.510Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:26:07.515Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:26:37.516Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 629ca0d3-9fac-4249-80d4-eddfd05fb60d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:26:37.528Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 629ca0d3-9fac-4249-80d4-eddfd05fb60d and serviceModelVersionId: 0369e164-31df-4b62-a8da-f5aa24f90763
2022-06-03T11:26:37.528Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79f6253f-701b-4147-bc46-ee66561e8394
2022-06-03T11:26:37.530Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0
2022-06-03T11:26:37.538Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c196ef02-951f-483f-abca-e66bff491857/model-vers/model-ver/f78290c9-e9c1-4a50-a32f-28c275eaaa73?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:26:37.588Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Invoke
2022-06-03T11:26:37.588Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2580a48a-06ee-4afe-a3f1-26febe4063e9], X-ECOMP-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], X-TransactionId=[], X-ONAP-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], Content-Type=[application/merge-patch+json]}
2022-06-03T11:26:39.105Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Invoke
2022-06-03T11:26:39.106Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6009c983-f762-405a-afd7-9340d0deb0f6], X-ECOMP-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], X-TransactionId=[], X-ONAP-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], Content-Type=[application/merge-patch+json]}
2022-06-03T11:26:40.643Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Invoke
2022-06-03T11:26:40.643Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b6fe7358-cc09-4067-9586-618bc5fa2885], X-ECOMP-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], X-TransactionId=[], X-ONAP-RequestID=[629ca0d3-9fac-4249-80d4-eddfd05fb60d], Content-Type=[application/merge-patch+json]}
2022-06-03T11:26:41.677Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:26:41.678Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:26:41.678Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:26:41.678Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:26:41.686Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:26:41.687Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 629ca0d3-9fac-4249-80d4-eddfd05fb60d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:26:41.687Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:26:41.687Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:26:41.690Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:26:41.690Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||try to send status {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255601687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:26:41.790Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:26:41.791Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:26:41.791Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:41.811Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:41.811Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:26:42.709Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:26:42.709Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:26:42.709Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:50.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:26:50.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:26:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:26:50.957Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:50.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/resourceInstances/pnf0662312d29e20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:26:50.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255442129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:26:50.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:26:50.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255444029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP2n48uw9bxonwdvcbabv/1.0/artifacts/service-DemoPnfP2n48uw9bxonwdvcbabv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:26:50.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:26:50.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb8ea91d-05ee-4957-9740-b3e514160743",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255479215,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:26:50.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:26:50.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:26:50.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:26:50.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T11:26:50.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:26:50.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:50.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:26:50.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:26:50.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:26:53.037Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:26:53.038Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:26:53.038Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:26:53.038Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:27:02.591Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:27:02.592Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:27:02.599Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:27:02.602Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:27:12.170Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:27:12.171Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:27:12.172Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:27:12.172Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:27:21.770Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:27:21.770Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:27:21.771Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:27:21.771Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:27:31.349Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:27:31.351Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:27:31.351Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:27:31.351Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:27:40.994Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:27:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:27:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:27:50.914Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:27:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:27:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:27:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:27:50.953Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:27:50.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255491401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:27:50.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255494942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:27:50.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255496412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:27:50.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255498120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:27:50.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255499290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:27:50.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255500293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:27:50.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255501297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:27:50.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255502300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:27:50.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df57833a-94ad-46c4-b04c-137a368ce779",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255537489,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:27:50.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:27:50.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:27:50.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:27:50.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T11:27:50.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:27:50.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T11:27:50.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:27:50.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:27:50.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:27:50.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:27:50.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:27:50.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:27:50.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:27:50.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T11:27:50.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:27:50.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:27:50.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:27:50.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T11:27:50.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255428536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:27:50.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:28:00.488Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:28:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:28:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:28:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:28:50.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:28:50.917Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:28:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:28:51.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:28:51.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255551034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:28:51.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255554500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:28:51.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255556101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:28:51.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255557705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:28:51.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255558933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:28:51.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255560313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:28:51.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255561462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T11:28:51.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255562467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T11:28:51.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255563475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:28:51.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255564480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:28:51.477Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255565484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:28:51.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255566488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:28:51.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:28:51.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:28:51.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "629ca0d3-9fac-4249-80d4-eddfd05fb60d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255601687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:28:51.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:29:00.501Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:29:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:29:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:29:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:29:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:29:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:29:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:30:00.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:30:00.473Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:30:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:30:50.913Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:30:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:30:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:30:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:30:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:00.476Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:00.476Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:31:50.914Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:31:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:31:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:31:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:51.075Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:51.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255885265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255895160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255885265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.100Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255895160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.101Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255885265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255895160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255885265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255895160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255885265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255895160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255885265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255895160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255900616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255885265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255895160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255900616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255885265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255895160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255900616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255902566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255903707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255900616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255904670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255902566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255904274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "cds",
  "timestamp": 1654255904714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:31:51.139Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ccbc65b1-16ec-47c0-8f5d-24cff763d945
2022-06-03T11:31:51.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccbc65b1-16ec-47c0-8f5d-24cff763d945 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:31:51.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255900616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255904840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255905685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255902566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255904274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255900616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255904840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "policy-id",
  "timestamp": 1654255906690,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:31:51.154Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccbc65b1-16ec-47c0-8f5d-24cff763d945
2022-06-03T11:31:51.154Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccbc65b1-16ec-47c0-8f5d-24cff763d945 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:31:51.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255902566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255904274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255906653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255900616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255904840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255902566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255904274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255906653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255900616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255904840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255902566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255904274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255906653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255904840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255902566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255904274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255906653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255904840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255910715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654255902566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255904274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:31:51.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:51.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T11:31:51.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ccbc65b1-16ec-47c0-8f5d-24cff763d945","serviceName":"Demo_pNF_bAa79HP2mNDNcowB3394","serviceVersion":"1.0","serviceUUID":"4f76755c-6769-4b08-b943-66f173c1e61a","serviceDescription":"catalog service description","serviceInvariantUUID":"3e7a01c2-42f6-4502-8f34-cc6ae06101ef","resources":[{"resourceInstanceName":"pNF 5c26b070-3a54 0","resourceName":"pNF 5c26b070-3a54","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9ff7973c-b4f5-4abc-a37c-6e78e4c22ecb","resourceInvariantUUID":"4f481878-fe50-4af4-842c-c0717dc37942","resourceCustomizationUUID":"f6cf18be-f0e8-49d0-99f6-e8fb767aaf49","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml","artifactChecksum":"NTg0NWE5MGY4YmZhMjUxZTU2ZTc1M2Y1Yjg2MmZkMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e09122d8-10c1-4edb-bb99-7e9474da864b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5c76fa1-5027-4527-8832-f68d4bb6a0b8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2897ea01-3b34-412f-b52e-94c2eee2a105","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml","artifactChecksum":"ODYzZjljZTEyODRlNjc5MTNkZWE5N2U2NjRkNjI1ODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"799788a7-b038-4138-8cc7-bc994c06b959","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b95d97fe-e390-4273-ad2e-9a11e8674dcb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de669e46-57ae-4fdf-99f3-c8456af700b0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBaa79hp2mndncowb3394-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml","artifactChecksum":"MTJiOWIzYmU2YWUyZTM1ZWRhZTY1MTkxZWY5YWVjMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8839ca8c-b278-49aa-8a32-c6d5492bbadc","artifactVersion":"1"},{"artifactName":"service-DemoPnfBaa79hp2mndncowb3394-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar","artifactChecksum":"OTdhMmNhMGQ2NzM3MDRjZGEzODZlNTg3YmMyOWE2MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2559c9d-c3e8-44ed-b56b-6d593707ef87","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:31:51.556Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:31:51.556Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:31:51.559Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:31:51.559Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:51.659Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:31:51.660Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:31:51.660Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:51.688Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:51.688Z||pool-121-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:31:52.560Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:31:52.561Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:31:52.562Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:31:52.562Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:52.665Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T11:31:52.666Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:31:52.666Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:52.697Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:52.698Z||pool-122-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:31:53.563Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:31:53.564Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:31:53.567Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:31:53.567Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:53.667Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:31:53.668Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:31:53.668Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:53.688Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:53.688Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:31:54.567Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:31:54.568Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:31:54.570Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:31:54.570Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:54.671Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T11:31:54.671Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:31:54.672Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:54.690Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:54.690Z||pool-124-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:31:55.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:31:55.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:31:55.574Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:31:55.574Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:55.674Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:31:55.675Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:31:55.675Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:55.691Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:55.691Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:31:56.575Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:31:56.575Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:31:56.577Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:31:56.577Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:56.677Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:31:56.678Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:31:56.678Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:56.700Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:56.700Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:31:57.577Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:31:57.578Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:31:57.581Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:31:57.581Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:31:57.681Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:31:57.682Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:31:57.682Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:57.697Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:57.697Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:31:58.581Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:31:58.582Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:31:58.584Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:31:58.584Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:31:58.684Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:31:58.685Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:31:58.685Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:31:58.704Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:31:58.705Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:31:59.585Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "serviceName": "Demo_pNF_bAa79HP2mNDNcowB3394",
  "serviceVersion": "1.0",
  "serviceUUID": "4f76755c-6769-4b08-b943-66f173c1e61a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3e7a01c2-42f6-4502-8f34-cc6ae06101ef",
  "resources": [
    {
      "resourceInstanceName": "pNF 5c26b070-3a54 0",
      "resourceCustomizationUUID": "f6cf18be-f0e8-49d0-99f6-e8fb767aaf49",
      "resourceName": "pNF 5c26b070-3a54",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9ff7973c-b4f5-4abc-a37c-6e78e4c22ecb",
      "resourceInvariantUUID": "4f481878-fe50-4af4-842c-c0717dc37942",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
      "artifactChecksum": "OTdhMmNhMGQ2NzM3MDRjZGEzODZlNTg3YmMyOWE2MTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2559c9d-c3e8-44ed-b56b-6d593707ef87"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:31:59.585Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:31:59.585Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f76755c-6769-4b08-b943-66f173c1e61a ASDC
2022-06-03T11:31:59.586Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ccbc65b1-16ec-47c0-8f5d-24cff763d945
ServiceName:Demo_pNF_bAa79HP2mNDNcowB3394
ServiceVersion:1.0
ServiceUUID:4f76755c-6769-4b08-b943-66f173c1e61a
ServiceInvariantUUID:3e7a01c2-42f6-4502-8f34-cc6ae06101ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBaa79hp2mndncowb3394-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
ArtifactUUID:e2559c9d-c3e8-44ed-b56b-6d593707ef87
ArtifactChecksum:OTdhMmNhMGQ2NzM3MDRjZGEzODZlNTg3YmMyOWE2MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5c26b070-3a54 0
ResourceCustomizationUUID:f6cf18be-f0e8-49d0-99f6-e8fb767aaf49
ResourceInvariantUUID:4f481878-fe50-4af4-842c-c0717dc37942
ResourceName:pNF 5c26b070-3a54
ResourceType:PNF
ResourceUUID:9ff7973c-b4f5-4abc-a37c-6e78e4c22ecb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T11:31:59.586Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f76755c-6769-4b08-b943-66f173c1e61a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:31:59.612Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:31:59.612Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-03T11:31:59.612Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-03T11:31:59.612Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e2559c9d-c3e8-44ed-b56b-6d593707ef87 from URL: /sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:31:59.612Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-03T11:31:59.612Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:00.195Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-03T11:32:00.297Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar e2559c9d-c3e8-44ed-b56b-6d593707ef87 82656
2022-06-03T11:32:00.297Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar ASDC sendASDCNotification
2022-06-03T11:32:00.297Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:00.297Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:32:00.297Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:32:00.299Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:32:00.299Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255920297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:32:00.400Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:32:00.400Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:32:00.400Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:32:00.425Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:32:00.425Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:32:01.300Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:32:01.301Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-03T11:32:01.301Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e2559c9d-c3e8-44ed-b56b-6d593707ef87, URL: /sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar to file: /app/ASDC/1/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:01.301Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:01.302Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:01.302Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:01.465Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13902629418032853211/Definitions/service-DemoPnfBaa79hp2mndncowb3394-template.yml
2022-06-03T11:32:02.269Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:32:02.269Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-03T11:32:02.269Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.270Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T11:32:02.270Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||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-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.270Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.270Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5c26b070-3a54 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-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.270Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||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-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.270Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||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-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.270Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||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-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.271Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||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-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.271Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-03T11:32:02.271Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.271Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.272Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Node template pNF 5c26b070-3a54 0 is matching search criteria
2022-06-03T11:32:02.272Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-03T11:32:02.272Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5c26b070-3a54 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:32:02.272Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.272Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.272Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Node template pNF 5c26b070-3a54 0 is matching search criteria
2022-06-03T11:32:02.273Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-03T11:32:02.273Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5c26b070-3a54 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:32:02.273Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.273Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.273Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.273Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.274Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.274Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.274Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.274Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.274Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.274Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.275Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bAa79HP2mNDNcowB3394
Description:catalog service description
Model UUID:4f76755c-6769-4b08-b943-66f173c1e61a
Model Version:NULL
Model InvariantUuid:3e7a01c2-42f6-4502-8f34-cc6ae06101ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:32:02.299Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9ff7973c-b4f5-4abc-a37c-6e78e4c22ecb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:32:02.303Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||pNF 5c26b070-3a54 0
2022-06-03T11:32:02.303Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9ff7973c-b4f5-4abc-a37c-6e78e4c22ecb
2022-06-03T11:32:02.303Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 4f76755c-6769-4b08-b943-66f173c1e61a
2022-06-03T11:32:02.303Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4f76755c-6769-4b08-b943-66f173c1e61a
2022-06-03T11:32:02.303Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5c26b070-3a54 0 9ff7973c-b4f5-4abc-a37c-6e78e4c22ecb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:32:02.308Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3442d618, org.onap.sdc.toscaparser.api.parameters.Input@18e84a7b, org.onap.sdc.toscaparser.api.parameters.Input@62c87c76, org.onap.sdc.toscaparser.api.parameters.Input@4c4bd9c1, org.onap.sdc.toscaparser.api.parameters.Input@6e1b2446]
2022-06-03T11:32:02.308Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.308Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.309Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4f76755c-6769-4b08-b943-66f173c1e61a: pNF 5c26b070-3a54
2022-06-03T11:32:02.309Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||Processing PNF resource: 9ff7973c-b4f5-4abc-a37c-6e78e4c22ecb
2022-06-03T11:32:02.309Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:32:02.309Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_bAa79HP2mNDNcowB3394 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:32:02.309Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||Resource customization UUID: f6cf18be-f0e8-49d0-99f6-e8fb767aaf49 is the same as notified resource customizationUUID: f6cf18be-f0e8-49d0-99f6-e8fb767aaf49
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T11:32:02.349Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5c26b070-3a54 9ff7973c-b4f5-4abc-a37c-6e78e4c22ecb 0 ASDC deployResourceStructure
2022-06-03T11:32:02.349Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar ASDC sendASDCNotification
2022-06-03T11:32:02.350Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar
2022-06-03T11:32:02.350Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:32:02.350Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:32:02.352Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:32:02.352Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255922349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:32:02.452Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:32:02.453Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:32:02.453Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:32:02.482Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:32:02.483Z||pool-130-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:32:03.355Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:32:03.370Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:32:03.372Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:32:03.372Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:32:03.372Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:32:33.373Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:32:33.395Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:32:33.396Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:32:33.397Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:32:33.397Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:32:50.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:32:50.918Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:32:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:32:50.950Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:32:50.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:32:50.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255906653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:32:50.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:33:03.397Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:33:03.424Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:33:03.426Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:33:03.426Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:33:03.426Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:33:33.426Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:33:33.438Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:33:33.440Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:33:33.440Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:33:33.440Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:33:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:33:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:33:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:33:50.947Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:33:50.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:33:50.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255904840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:33:50.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:03.440Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:34:03.459Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:34:03.461Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:34:03.462Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:34:03.462Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:34:33.462Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:34:33.474Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:34:33.476Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:34:33.476Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:34:33.476Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:34:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:34:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:34:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:34:50.949Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:34:50.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255911757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:34:50.951Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:34:50.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255904274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:34:50.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255906653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255904840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:34:50.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654255912760,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:34:50.959Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ccbc65b1-16ec-47c0-8f5d-24cff763d945
2022-06-03T11:34:50.960Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccbc65b1-16ec-47c0-8f5d-24cff763d945 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:34:50.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255906653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255906653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:34:50.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255915143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:34:50.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:34:50.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255916511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:34:50.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:34:50.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/resourceInstances/pnf5c26b0703a540/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:34:50.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255910912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:34:50.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:34:50.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255919379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:34:50.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:34:50.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255919617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:34:50.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:34:50.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654255920385,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:34:50.982Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ccbc65b1-16ec-47c0-8f5d-24cff763d945
2022-06-03T11:34:50.983Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccbc65b1-16ec-47c0-8f5d-24cff763d945 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:34:50.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255920297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:34:50.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:34:50.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255920766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:34:50.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:34:50.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255921633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:34:50.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:34:50.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "aai-ml",
  "timestamp": 1654255921771,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:34:50.996Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ccbc65b1-16ec-47c0-8f5d-24cff763d945
2022-06-03T11:34:50.996Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccbc65b1-16ec-47c0-8f5d-24cff763d945 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:34:51.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:51.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "clamp",
  "timestamp": 1654255922643,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:34:51.007Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ccbc65b1-16ec-47c0-8f5d-24cff763d945
2022-06-03T11:34:51.007Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccbc65b1-16ec-47c0-8f5d-24cff763d945 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:34:51.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:34:51.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654255922349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBaa79hp2mndncowb3394/1.0/artifacts/service-DemoPnfBaa79hp2mndncowb3394-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:34:51.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:35:03.476Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:35:03.489Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:35:03.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:35:03.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:35:03.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:35:03.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:35:03.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:35:03.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:35:03.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:35:03.496Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:35:33.497Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:35:33.503Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ccbc65b1-16ec-47c0-8f5d-24cff763d945 and serviceModelVersionId: 4f76755c-6769-4b08-b943-66f173c1e61a
2022-06-03T11:35:33.504Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e7a01c2-42f6-4502-8f34-cc6ae06101ef
2022-06-03T11:35:33.505Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0
2022-06-03T11:35:33.513Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:35:33.561Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Invoke
2022-06-03T11:35:33.562Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d22b1fe6-695c-4a3d-9204-3b91cdd9b050], X-ECOMP-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], X-TransactionId=[], X-ONAP-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], Content-Type=[application/merge-patch+json]}
2022-06-03T11:35:35.103Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Invoke
2022-06-03T11:35:35.104Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3b737b2-d620-4223-a339-0f4d7b2a7d6f], X-ECOMP-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], X-TransactionId=[], X-ONAP-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], Content-Type=[application/merge-patch+json]}
2022-06-03T11:35:36.639Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Invoke
2022-06-03T11:35:36.640Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89a1c363-3603-4c1f-9f92-3d544cf4949a], X-ECOMP-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], X-TransactionId=[], X-ONAP-RequestID=[ccbc65b1-16ec-47c0-8f5d-24cff763d945], Content-Type=[application/merge-patch+json]}
2022-06-03T11:35:37.677Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:35:37.677Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:35:37.678Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:35:37.678Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:35:37.687Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:35:37.687Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ccbc65b1-16ec-47c0-8f5d-24cff763d945 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:35:37.687Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:35:37.688Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:37.690Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:37.691Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256137687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:35:37.790Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:35:37.792Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:37.792Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:37.813Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:37.813Z||pool-131-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-06-03T11:35:38.704Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:35:38.705Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:35:38.705Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:43.469Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:43.470Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||received message from topic
2022-06-03T11:35:43.470Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4d000041-e7d0-4774-9c91-490b55c5fb66","serviceName":"vFW 2022-06-03 11-26-57","serviceVersion":"1.0","serviceUUID":"258913c2-f546-4745-a93d-5c22edc17fd6","serviceDescription":"catalog service description","serviceInvariantUUID":"df6c43f1-7dc6-48ce-9cbb-da50b731107b","resources":[{"resourceInstanceName":"vFW 87f1a1d7-adcb 0","resourceName":"vFW 87f1a1d7-adcb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee77d294-b7e0-45a4-9f02-2c914f68f12b","resourceInvariantUUID":"0391e2a8-9321-4286-9aeb-9d844f01fbc0","resourceCustomizationUUID":"f7484208-7fcb-4e3b-bae3-6ae4c0790bef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml","artifactChecksum":"MzhjNjQyYzllM2UxY2RhMTM1NWIzMmExOTcxNmY0YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c975951-6908-47b0-a744-e2476469517c","artifactVersion":"1"},{"artifactName":"vfw87f1a1d7adcb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json","artifactChecksum":"ZTI4ZGY2NmJhNDE4YmJlMmEwNjA3NmRkYjhiY2ZiZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aeae3cf9-b3a6-4bec-b042-906285f69893","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"69f0ca5f-9e12-4e9a-934f-71f54a3b07a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml","artifactChecksum":"YWMzNTQ0OWQxYWM3ODljOWI3ODQ1ZjhjNDU4MzRlYTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a29d07bf-6f93-4e80-905b-de883148638f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f48cbb35-1f83-44ac-a61e-f541a48d2b84","artifactVersion":"3","generatedFromUUID":"69f0ca5f-9e12-4e9a-934f-71f54a3b07a9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603112657-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml","artifactChecksum":"MWZiYzhhZTZiMzJiMTIwYjJlNzI2MTUzNDliYzZkNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22c0bfd0-265e-4169-a0fc-af60cf8bc853","artifactVersion":"1"},{"artifactName":"service-Vfw20220603112657-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar","artifactChecksum":"ZTdjZDRkNDU0OWEwYzYzZTMxNjM5NmQ0Mjk5MTM1NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eae14d3d-1294-4c95-9734-5da28a9280be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:35:43.473Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:35:43.473Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:43.475Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:43.475Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:43.576Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:43.576Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:43.576Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:43.602Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:43.602Z||pool-132-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:35:44.476Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:35:44.477Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:44.479Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:44.479Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:35:44.580Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T11:35:44.581Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:44.581Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:44.596Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:44.596Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:35:45.480Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:35:45.480Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:45.482Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:45.482Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:35:45.582Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:45.583Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:45.583Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:45.599Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:45.599Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:35:46.483Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:35:46.483Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:46.485Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:46.485Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:46.585Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:46.586Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:46.586Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:46.603Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:46.603Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:35:47.486Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:35:47.487Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:47.488Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:47.489Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:35:47.589Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:35:47.589Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:47.590Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:47.612Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:47.612Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:35:48.489Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:35:48.490Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:48.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:48.492Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:48.592Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:35:48.593Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:48.593Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:48.612Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:48.613Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:35:49.493Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:35:49.494Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:49.496Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:49.496Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:35:49.596Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:49.598Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:49.598Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:49.615Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:49.615Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:35:50.497Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "serviceName": "vFW 2022-06-03 11-26-57",
  "serviceVersion": "1.0",
  "serviceUUID": "258913c2-f546-4745-a93d-5c22edc17fd6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "df6c43f1-7dc6-48ce-9cbb-da50b731107b",
  "resources": [
    {
      "resourceInstanceName": "vFW 87f1a1d7-adcb 0",
      "resourceCustomizationUUID": "f7484208-7fcb-4e3b-bae3-6ae4c0790bef",
      "resourceName": "vFW 87f1a1d7-adcb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ee77d294-b7e0-45a4-9f02-2c914f68f12b",
      "resourceInvariantUUID": "0391e2a8-9321-4286-9aeb-9d844f01fbc0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw87f1a1d7adcb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
          "artifactChecksum": "ZTI4ZGY2NmJhNDE4YmJlMmEwNjA3NmRkYjhiY2ZiZWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aeae3cf9-b3a6-4bec-b042-906285f69893",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "69f0ca5f-9e12-4e9a-934f-71f54a3b07a9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "f48cbb35-1f83-44ac-a61e-f541a48d2b84",
            "generatedFromUUID": "69f0ca5f-9e12-4e9a-934f-71f54a3b07a9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "f48cbb35-1f83-44ac-a61e-f541a48d2b84",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603112657-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
      "artifactChecksum": "ZTdjZDRkNDU0OWEwYzYzZTMxNjM5NmQ0Mjk5MTM1NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eae14d3d-1294-4c95-9734-5da28a9280be"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:35:50.498Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:35:50.498Z|ccbc65b1-16ec-47c0-8f5d-24cff763d945|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 258913c2-f546-4745-a93d-5c22edc17fd6 ASDC
2022-06-03T11:35:50.498Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4d000041-e7d0-4774-9c91-490b55c5fb66
ServiceName:vFW 2022-06-03 11-26-57
ServiceVersion:1.0
ServiceUUID:258913c2-f546-4745-a93d-5c22edc17fd6
ServiceInvariantUUID:df6c43f1-7dc6-48ce-9cbb-da50b731107b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603112657-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar
ArtifactUUID:eae14d3d-1294-4c95-9734-5da28a9280be
ArtifactChecksum:ZTdjZDRkNDU0OWEwYzYzZTMxNjM5NmQ0Mjk5MTM1NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 87f1a1d7-adcb 0
ResourceCustomizationUUID:f7484208-7fcb-4e3b-bae3-6ae4c0790bef
ResourceInvariantUUID:0391e2a8-9321-4286-9aeb-9d844f01fbc0
ResourceName:vFW 87f1a1d7-adcb
ResourceType:VF
ResourceUUID:ee77d294-b7e0-45a4-9f02-2c914f68f12b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw87f1a1d7adcb0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json
ArtifactUUID:aeae3cf9-b3a6-4bec-b042-906285f69893
ArtifactChecksum:ZTI4ZGY2NmJhNDE4YmJlMmEwNjA3NmRkYjhiY2ZiZWU=
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/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml
ArtifactUUID:69f0ca5f-9e12-4e9a-934f-71f54a3b07a9
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env
ArtifactUUID:f48cbb35-1f83-44ac-a61e-f541a48d2b84
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env
ArtifactUUID:f48cbb35-1f83-44ac-a61e-f541a48d2b84
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:35:50.499Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 258913c2-f546-4745-a93d-5c22edc17fd6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:35:50.533Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:35:50.533Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:35:50.533Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:35:50.533Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Trying to download the artifact UUID: eae14d3d-1294-4c95-9734-5da28a9280be from URL: /sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:50.534Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:35:50.534Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:35:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:35:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:50.946Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:50.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256022564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256024840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256024274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256020265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256020616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256022564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256024274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256024840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256020265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256020616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256026653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256024840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256022564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256024274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256020265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256020616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256026653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256022564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256024274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256024840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256020265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256020616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256026653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256022564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256024840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256024274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256020265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256020616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256026653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256022564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256024840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256020265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256024274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256020616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:35:50.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:35:51.580Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:35:51.585Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar eae14d3d-1294-4c95-9734-5da28a9280be 99028
2022-06-03T11:35:51.585Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar ASDC sendASDCNotification
2022-06-03T11:35:51.585Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:51.585Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:35:51.586Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:51.588Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:51.588Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256151585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:35:51.688Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:51.689Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:51.689Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:51.708Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:51.709Z||pool-139-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:35:52.588Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:35:52.589Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:35:52.589Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Trying to write artifact UUID: eae14d3d-1294-4c95-9734-5da28a9280be, URL: /sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar to file: /app/ASDC/1/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:52.590Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603112657-csar.csar
2022-06-03T11:35:52.590Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:52.590Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:52.856Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1455665600978161343/Definitions/service-Vfw20220603112657-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-03T11:35:54.900Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:35:54.901Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||####################################################################################################
2022-06-03T11:35:54.901Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.901Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T11:35:54.902Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.902Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.902Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 87f1a1d7-adcb 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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.902Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.902Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.902Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.903Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.903Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.903Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.903Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.903Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.903Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.904Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|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-Vfw20220603112657-csar.csar
2022-06-03T11:35:54.904Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|WARN|500||####################################################################################################
2022-06-03T11:35:54.904Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.904Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:54.904Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:54.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:35:54.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:35:54.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:54.906Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:54.906Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:35:54.906Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:35:54.906Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.906Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:54.907Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.907Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is not matching search criteria
2022-06-03T11:35:54.907Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:35:54.907Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:35:54.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:35:54.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:35:54.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:35:54.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:35:54.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:35:54.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:35:54.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:35:54.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:35:54.911Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.911Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:54.911Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:35:54.911Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.911Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:54.912Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:35:54.912Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.912Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:54.912Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:35:54.912Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is not matching search criteria
2022-06-03T11:35:54.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:35:54.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:35:54.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:35:54.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:35:54.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:35:54.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:35:54.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:35:54.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4334c9d-72c8-45d6-8968-80f347091d2a
2022-06-03T11:35:54.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is not matching search criteria
2022-06-03T11:35:54.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:35:54.916Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:35:54.916Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.916Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.916Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:35:54.916Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.916Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:35:54.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:35:54.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:35:54.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:35:54.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=63e6262d-ce05-47d0-8150-94577b7de9b8
2022-06-03T11:35:54.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is not matching search criteria
2022-06-03T11:35:54.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:35:54.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:35:54.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:35:54.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:35:54.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:35:54.920Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:35:54.920Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:54.920Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:54.920Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:35:54.920Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09efdfa2-77ca-45e8-bd30-62fef11256c3
2022-06-03T11:35:54.921Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.921Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:54.921Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.921Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:54.921Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:54.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:54.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:54.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 11-26-57
Description:catalog service description
Model UUID:258913c2-f546-4745-a93d-5c22edc17fd6
Model Version:NULL
Model InvariantUuid:df6c43f1-7dc6-48ce-9cbb-da50b731107b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 87f1a1d7-adcb
Model UUID:82a25e46-c1e4-44bc-adfd-7bb8641b8436
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0391e2a8-9321-4286-9aeb-9d844f01fbc0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f7484208-7fcb-4e3b-bae3-6ae4c0790bef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b739afec-00f3-42ee-8382-14b562e08465
ModelName:Vfw87f1a1d7Adcb..base_vfw..module-0
ModelUuid:67a9bd15-2140-400c-8299-3fa0c696fa7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d4334c9d-72c8-45d6-8968-80f347091d2a
ModelInvariantUuid:ea5f6278-efaf-4de0-83a5-60197029ec6e
ModelName:vFW 87f1a1d7-adcb-nodes.vfwCvfc
ModelUuid:46963eb6-76d0-46d0-93c8-85ee14913b84
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0954f78d-de12-47f0-a343-33a90c88e944
ModelInvariantUuid:1af85e11-46b8-4171-9868-9e010a9d0bea
ModelName:Vfw87f1a1d7Adcb.compute.nodes.heat.vfw
ModelUuid:af6d3586-fa09-484e-80d4-5cad1afbaaad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:63e6262d-ce05-47d0-8150-94577b7de9b8
ModelInvariantUuid:e8a86dcf-dc0b-4c74-9006-20b448626fca
ModelName:vFW 87f1a1d7-adcb-nodes.vsnCvfc
ModelUuid:e1c486d9-2d48-4038-8bb2-b9a85f4aa40f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:288f03cd-837f-42d3-8757-083c0a86d4fd
ModelInvariantUuid:68121501-bff3-4dc4-9ce4-60fe7d1b7d9f
ModelName:Vfw87f1a1d7Adcb.compute.nodes.heat.vsn
ModelUuid:81953e27-f60e-4938-a484-9f0f8802b4b2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09efdfa2-77ca-45e8-bd30-62fef11256c3
ModelInvariantUuid:b9799385-037a-447d-b75f-1a1d4b02139c
ModelName:vFW 87f1a1d7-adcb-nodes.vpgCvfc
ModelUuid:32c4cf5c-a928-4517-bc2f-a83ae9bc83ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:612f8c39-615c-4cdb-b328-fdba8a29a227
ModelInvariantUuid:70c17855-854e-47f6-b800-eb05931b10fe
ModelName:Vfw87f1a1d7Adcb.compute.nodes.heat.vpg
ModelUuid:1e94626d-e8e8-4239-9363-42bfab53aefc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:35:54.932Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: ee77d294-b7e0-45a4-9f02-2c914f68f12b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:35:54.935Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||vFW 87f1a1d7-adcb 0
2022-06-03T11:35:54.935Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: ee77d294-b7e0-45a4-9f02-2c914f68f12b
2022-06-03T11:35:54.935Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Trying to download the artifact UUID: aeae3cf9-b3a6-4bec-b042-906285f69893 from URL: /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json
2022-06-03T11:35:54.935Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:35:54.936Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json
2022-06-03T11:35:55.175Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:35:55.175Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json aeae3cf9-b3a6-4bec-b042-906285f69893 785
2022-06-03T11:35:55.175Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json ASDC sendASDCNotification
2022-06-03T11:35:55.176Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json
2022-06-03T11:35:55.176Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:35:55.176Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:55.178Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:55.178Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256155175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:35:55.278Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:55.278Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:55.279Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:55.295Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:55.296Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:35:56.178Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw87f1a1d7Adcb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b739afec-00f3-42ee-8382-14b562e08465",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67a9bd15-2140-400c-8299-3fa0c696fa7d",
    "vfModuleModelCustomizationUUID": "0c3e4fd1-063b-4e06-9e25-700e8ec62919",
    "isBase": true,
    "artifacts": [
      "69f0ca5f-9e12-4e9a-934f-71f54a3b07a9",
      "f48cbb35-1f83-44ac-a61e-f541a48d2b84"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:35:56.183Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw87f1a1d7Adcb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67a9bd15-2140-400c-8299-3fa0c696fa7d
VfModuleModelInvariantUUID:b739afec-00f3-42ee-8382-14b562e08465
VfModuleModelDescription:NULL
Artifacts UUID List:{
69f0ca5f-9e12-4e9a-934f-71f54a3b07a9
,
f48cbb35-1f83-44ac-a61e-f541a48d2b84

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

isBase:true


}

2022-06-03T11:35:56.184Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw87f1a1d7Adcb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b739afec-00f3-42ee-8382-14b562e08465",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67a9bd15-2140-400c-8299-3fa0c696fa7d",
    "vfModuleModelCustomizationUUID": "0c3e4fd1-063b-4e06-9e25-700e8ec62919",
    "isBase": true,
    "artifacts": [
      "69f0ca5f-9e12-4e9a-934f-71f54a3b07a9",
      "f48cbb35-1f83-44ac-a61e-f541a48d2b84"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:35:56.184Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw87f1a1d7Adcb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67a9bd15-2140-400c-8299-3fa0c696fa7d
VfModuleModelInvariantUUID:b739afec-00f3-42ee-8382-14b562e08465
VfModuleModelDescription:NULL
Artifacts UUID List:{
69f0ca5f-9e12-4e9a-934f-71f54a3b07a9
,
f48cbb35-1f83-44ac-a61e-f541a48d2b84

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

isBase:true


}

2022-06-03T11:35:56.185Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Trying to download the artifact UUID: 69f0ca5f-9e12-4e9a-934f-71f54a3b07a9 from URL: /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml
2022-06-03T11:35:56.185Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:35:56.185Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml
2022-06-03T11:35:56.491Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:35:56.492Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml 69f0ca5f-9e12-4e9a-934f-71f54a3b07a9 20368
2022-06-03T11:35:56.492Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:35:56.492Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml
2022-06-03T11:35:56.492Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:35:56.493Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:56.494Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:56.494Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256156492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:35:56.594Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:56.595Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:56.595Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:56.609Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:56.609Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:35:57.495Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Trying to download the artifact UUID: f48cbb35-1f83-44ac-a61e-f541a48d2b84 from URL: /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env
2022-06-03T11:35:57.495Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:35:57.495Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env
2022-06-03T11:35:57.877Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:35:57.878Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env f48cbb35-1f83-44ac-a61e-f541a48d2b84 2098
2022-06-03T11:35:57.878Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:35:57.878Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env
2022-06-03T11:35:57.878Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:35:57.878Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:57.880Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:57.880Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256157878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:35:57.980Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:57.981Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:57.981Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:58.007Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:58.007Z||pool-142-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:35:58.880Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Preparing to deploy Service: 258913c2-f546-4745-a93d-5c22edc17fd6
2022-06-03T11:35:58.881Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 87f1a1d7-adcb 0 ee77d294-b7e0-45a4-9f02-2c914f68f12b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:35:58.899Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5139c58e, org.onap.sdc.toscaparser.api.parameters.Input@4ce069fa, org.onap.sdc.toscaparser.api.parameters.Input@a5a9372, org.onap.sdc.toscaparser.api.parameters.Input@3ba10128, org.onap.sdc.toscaparser.api.parameters.Input@24aba667]
2022-06-03T11:35:58.900Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.900Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:58.900Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T11:35:58.900Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||VFCustomizationUUID= f7484208-7fcb-4e3b-bae3-6ae4c0790bef
2022-06-03T11:35:58.901Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7484208-7fcb-4e3b-bae3-6ae4c0790bef matches Tosca VF Customization UUID: f7484208-7fcb-4e3b-bae3-6ae4c0790bef
2022-06-03T11:35:58.901Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||vfCustomizationUUID: f7484208-7fcb-4e3b-bae3-6ae4c0790bef  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T11:35:58.904Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.904Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:58.904Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||resource request for resource customization id f7484208-7fcb-4e3b-bae3-6ae4c0790bef: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T11:35:58.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64f947a
2022-06-03T11:35:58.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:35:58.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c3e4fd1-063b-4e06-9e25-700e8ec62919
2022-06-03T11:35:58.905Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c3e4fd1-063b-4e06-9e25-700e8ec62919
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T11:35:58.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:58.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:35:58.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:58.908Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:35:58.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is not matching search criteria
2022-06-03T11:35:58.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:35:58.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:35:58.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:35:58.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:35:58.909Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:35:58.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:58.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:58.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:35:58.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:58.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:35:58.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:58.910Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4334c9d-72c8-45d6-8968-80f347091d2a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:35:58.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:58.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:35:58.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.913Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is not matching search criteria
2022-06-03T11:35:58.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:35:58.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:35:58.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:58.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:58.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:35:58.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:58.914Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:35:58.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:35:58.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:35:58.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:58.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:35:58.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:58.915Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=63e6262d-ce05-47d0-8150-94577b7de9b8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:35:58.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:58.917Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:35:58.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is not matching search criteria
2022-06-03T11:35:58.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:35:58.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:35:58.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:58.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:58.918Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:35:58.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:35:58.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:35:58.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:35:58.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:35:58.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:35:58.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:35:58.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:35:58.919Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09efdfa2-77ca-45e8-bd30-62fef11256c3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:35:58.921Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:58.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:35:58.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Node template vFW 87f1a1d7-adcb 0 is matching search criteria
2022-06-03T11:35:58.922Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found topology templates [vFW 87f1a1d7-adcb 0] matching following query criteria: sdcType=VF, customizationUUID=f7484208-7fcb-4e3b-bae3-6ae4c0790bef
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:35:58.923Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.924Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:58.924Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500|| resourceSeq for service uuid 258913c2-f546-4745-a93d-5c22edc17fd6: vFW 87f1a1d7-adcb
2022-06-03T11:35:58.924Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.924Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:58.924Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.924Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:58.924Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.925Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:58.925Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.925Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:58.925Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:35:58.925Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Service vFW 2022-06-03 11-26-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:35:58.925Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||Saving Service: vFW 2022-06-03 11-26-57 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:35:59.144Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 87f1a1d7-adcb ee77d294-b7e0-45a4-9f02-2c914f68f12b 1 ASDC deployResourceStructure
2022-06-03T11:35:59.144Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json ASDC sendASDCNotification
2022-06-03T11:35:59.144Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json
2022-06-03T11:35:59.145Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:35:59.145Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:35:59.147Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:35:59.147Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256159144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:35:59.247Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:35:59.247Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:35:59.247Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:35:59.264Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:35:59.264Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:36:00.148Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:36:00.148Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml
2022-06-03T11:36:00.148Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:36:00.148Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:36:00.150Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:36:00.151Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256160147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:00.251Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:36:00.251Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:36:00.251Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:36:00.270Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:36:00.270Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:36:01.152Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:36:01.152Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env
2022-06-03T11:36:01.152Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:36:01.152Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:36:01.154Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:36:01.154Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256161152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:01.255Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:36:01.255Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:36:01.255Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:36:01.272Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:36:01.272Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:36:02.155Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar ASDC sendASDCNotification
2022-06-03T11:36:02.156Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar
2022-06-03T11:36:02.156Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:36:02.156Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:36:02.158Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:36:02.158Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256162155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:02.258Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:36:02.259Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:36:02.259Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:36:02.281Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:36:02.282Z||pool-146-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:36:03.159Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d000041-e7d0-4774-9c91-490b55c5fb66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:36:03.180Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d000041-e7d0-4774-9c91-490b55c5fb66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:36:03.182Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:36:03.182Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:36:03.182Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:36:33.182Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d000041-e7d0-4774-9c91-490b55c5fb66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:36:33.202Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d000041-e7d0-4774-9c91-490b55c5fb66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:36:33.204Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:36:33.204Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:36:33.204Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:36:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:36:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:36:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:36:50.958Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:36:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256026653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256022564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256020265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256024274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256024840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256020616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256026653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256026653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256033521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256033584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256034069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "cds",
  "timestamp": 1654256034528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:36:50.969Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d000041-e7d0-4774-9c91-490b55c5fb66
2022-06-03T11:36:50.970Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d000041-e7d0-4774-9c91-490b55c5fb66 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:50.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256035524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:50.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:50.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256035160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:50.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256035821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256035160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256035160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:36:50.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256037788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:50.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:50.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256035160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:50.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256038824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:36:50.987Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d000041-e7d0-4774-9c91-490b55c5fb66
2022-06-03T11:36:50.987Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d000041-e7d0-4774-9c91-490b55c5fb66 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:50.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256035160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256039828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256040735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256035160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:50.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256041742,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:36:50.998Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d000041-e7d0-4774-9c91-490b55c5fb66
2022-06-03T11:36:50.999Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d000041-e7d0-4774-9c91-490b55c5fb66 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:51.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256035160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:51.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256043544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:51.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256043642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256044551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256044861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "policy-id",
  "timestamp": 1654256045556,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:36:51.014Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d000041-e7d0-4774-9c91-490b55c5fb66
2022-06-03T11:36:51.014Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d000041-e7d0-4774-9c91-490b55c5fb66 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:36:51.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256045653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:51.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "aai-ml",
  "timestamp": 1654256045872,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:36:51.027Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4d000041-e7d0-4774-9c91-490b55c5fb66
2022-06-03T11:36:51.027Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d000041-e7d0-4774-9c91-490b55c5fb66 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:51.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "clamp",
  "timestamp": 1654256046657,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:36:51.041Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d000041-e7d0-4774-9c91-490b55c5fb66
2022-06-03T11:36:51.041Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d000041-e7d0-4774-9c91-490b55c5fb66 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:51.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256065265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256062564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256060616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256065265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256062564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256060616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256065265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256062564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256060616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256065265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256062564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256060616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256065265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256062564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256060616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256065265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256062564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256060616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256065265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256062564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256060616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256075161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256062564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:51.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256065265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:51.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256060616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256075161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256075161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256078019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256078548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256075161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "cds",
  "timestamp": 1654256079025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:51.082Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14b4694c-6f83-427f-981c-dd7c501d9819
2022-06-03T11:36:51.082Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b4694c-6f83-427f-981c-dd7c501d9819 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:51.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256079585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:51.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256075161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.094Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256080595,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:36:51.098Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 14b4694c-6f83-427f-981c-dd7c501d9819
2022-06-03T11:36:51.098Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b4694c-6f83-427f-981c-dd7c501d9819 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:51.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256075161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256075161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256075161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256084136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256084274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256085144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256084840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256084274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "policy-id",
  "timestamp": 1654256086149,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:36:51.112Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14b4694c-6f83-427f-981c-dd7c501d9819
2022-06-03T11:36:51.112Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b4694c-6f83-427f-981c-dd7c501d9819 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:36:51.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256084840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256084274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256086654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256084840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256084274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256086654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256084840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256084274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256086654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256084840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256084274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256086654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256084840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256084274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256086654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:36:51.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:03.204Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d000041-e7d0-4774-9c91-490b55c5fb66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:37:03.216Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d000041-e7d0-4774-9c91-490b55c5fb66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:37:03.219Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:37:03.219Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:37:03.219Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:37:03.220Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:37:03.220Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:37:03.220Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:37:03.228Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:37:33.229Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d000041-e7d0-4774-9c91-490b55c5fb66 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:37:33.238Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d000041-e7d0-4774-9c91-490b55c5fb66 and serviceModelVersionId: 258913c2-f546-4745-a93d-5c22edc17fd6
2022-06-03T11:37:33.238Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df6c43f1-7dc6-48ce-9cbb-da50b731107b
2022-06-03T11:37:33.238Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0
2022-06-03T11:37:33.243Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e7a01c2-42f6-4502-8f34-cc6ae06101ef/model-vers/model-ver/4f76755c-6769-4b08-b943-66f173c1e61a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:37:33.280Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Invoke
2022-06-03T11:37:33.281Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[792e07c8-503e-4174-bbc9-6fe6b2f2f91e], X-ECOMP-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], X-TransactionId=[], X-ONAP-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], Content-Type=[application/merge-patch+json]}
2022-06-03T11:37:34.816Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Invoke
2022-06-03T11:37:34.817Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc93d7e1-8cdf-452a-bdee-5c571a418625], X-ECOMP-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], X-TransactionId=[], X-ONAP-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], Content-Type=[application/merge-patch+json]}
2022-06-03T11:37:36.351Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Invoke
2022-06-03T11:37:36.351Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df771598-b836-4500-b76c-401fe60c668c], X-ECOMP-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], X-TransactionId=[], X-ONAP-RequestID=[4d000041-e7d0-4774-9c91-490b55c5fb66], Content-Type=[application/merge-patch+json]}
2022-06-03T11:37:37.385Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:37:37.386Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:37:37.386Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:37:37.387Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:37:37.392Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:37:37.392Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d000041-e7d0-4774-9c91-490b55c5fb66 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:37:37.393Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:37:37.393Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:37.395Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:37.395Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256257393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:37:37.495Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:37:37.496Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:37.496Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:37.515Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:37.515Z||pool-147-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:37:38.410Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||received message from topic
2022-06-03T11:37:38.410Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"14b4694c-6f83-427f-981c-dd7c501d9819","serviceName":"Demo_pNF_EKsprJMPZT9A0A6pbvC8","serviceVersion":"1.0","serviceUUID":"6d75f95e-579c-48d3-9cd7-1a7b3cec5494","serviceDescription":"catalog service description","serviceInvariantUUID":"be4b94f6-a67c-4961-9935-6d80fa6c6a36","resources":[{"resourceInstanceName":"pNF 3500c1fd-eb45 0","resourceName":"pNF 3500c1fd-eb45","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"51e5d787-6680-4a8c-be37-eeeff6bb5817","resourceInvariantUUID":"4e28aa7b-fea4-4b35-bd8d-4217bf408247","resourceCustomizationUUID":"482601c8-27a5-497e-938a-92679cd8908d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml","artifactChecksum":"MDhkMTAwZjZiZmZhM2Q0M2ZlM2QzYzY3YjM2M2U2Nzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a5f6994-2ca9-451a-b98e-85aade06630a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3599bf6b-bd1f-41ef-a930-0e05b96f75bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"595e6543-6fe6-48eb-bddb-5534aef0cd9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml","artifactChecksum":"NjRiMzRjYzE2ZThjYTFkMThmMGNlMzEzMDA0ODgxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"05925086-795a-405b-b615-617c5c35e32a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bd5312c2-3431-405a-9f67-94478604de4e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59d8d14e-743b-49e5-bf65-8ca84691c9e9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml","artifactChecksum":"MmFlMzJjNTlhZGViNzlkYjVmNjZjZjE5ZGYxMzAyMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f317d7c9-996c-4ddc-89da-c5cd667423b7","artifactVersion":"1"},{"artifactName":"service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar","artifactChecksum":"NGQ2NTA5ZWY5M2QyNjA5MzVkMDdmYTBkZmVkZWQ0MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3d359ad-eaca-43a0-84ff-204ca324426a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:37:38.411Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:37:38.411Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:38.413Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:38.414Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:38.513Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:37:38.514Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:38.514Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:38.531Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:38.531Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:37:39.414Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:37:39.415Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:39.416Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:39.417Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:39.517Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:37:39.517Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:39.517Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:39.533Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:39.533Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:37:40.417Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:37:40.418Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:40.420Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:40.420Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:40.520Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:37:40.521Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:40.521Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:40.536Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:40.536Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:37:41.420Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:37:41.421Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:41.422Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:41.423Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:41.539Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-06-03T11:37:41.547Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:41.548Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:41.581Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:41.582Z||pool-151-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:37:42.423Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:37:42.424Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:42.425Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:42.425Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:42.525Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:37:42.526Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:42.526Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:42.542Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:42.542Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:37:43.426Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:37:43.427Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:43.429Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:43.429Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:43.529Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:37:43.530Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:43.530Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:43.545Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:43.545Z||pool-153-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:37:44.429Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:37:44.430Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:44.432Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:44.432Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:44.532Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:37:44.532Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:44.532Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:44.546Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:44.546Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:37:45.432Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:37:45.433Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:45.434Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:45.435Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:37:45.534Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:37:45.535Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:45.535Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:45.550Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:45.550Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:37:46.435Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "serviceName": "Demo_pNF_EKsprJMPZT9A0A6pbvC8",
  "serviceVersion": "1.0",
  "serviceUUID": "6d75f95e-579c-48d3-9cd7-1a7b3cec5494",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "be4b94f6-a67c-4961-9935-6d80fa6c6a36",
  "resources": [
    {
      "resourceInstanceName": "pNF 3500c1fd-eb45 0",
      "resourceCustomizationUUID": "482601c8-27a5-497e-938a-92679cd8908d",
      "resourceName": "pNF 3500c1fd-eb45",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "51e5d787-6680-4a8c-be37-eeeff6bb5817",
      "resourceInvariantUUID": "4e28aa7b-fea4-4b35-bd8d-4217bf408247",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
      "artifactChecksum": "NGQ2NTA5ZWY5M2QyNjA5MzVkMDdmYTBkZmVkZWQ0MzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a3d359ad-eaca-43a0-84ff-204ca324426a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:37:46.436Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:37:46.436Z|4d000041-e7d0-4774-9c91-490b55c5fb66|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6d75f95e-579c-48d3-9cd7-1a7b3cec5494 ASDC
2022-06-03T11:37:46.437Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||ASDC Notification:
DistributionID:14b4694c-6f83-427f-981c-dd7c501d9819
ServiceName:Demo_pNF_EKsprJMPZT9A0A6pbvC8
ServiceVersion:1.0
ServiceUUID:6d75f95e-579c-48d3-9cd7-1a7b3cec5494
ServiceInvariantUUID:be4b94f6-a67c-4961-9935-6d80fa6c6a36
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
ArtifactUUID:a3d359ad-eaca-43a0-84ff-204ca324426a
ArtifactChecksum:NGQ2NTA5ZWY5M2QyNjA5MzVkMDdmYTBkZmVkZWQ0MzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3500c1fd-eb45 0
ResourceCustomizationUUID:482601c8-27a5-497e-938a-92679cd8908d
ResourceInvariantUUID:4e28aa7b-fea4-4b35-bd8d-4217bf408247
ResourceName:pNF 3500c1fd-eb45
ResourceType:PNF
ResourceUUID:51e5d787-6680-4a8c-be37-eeeff6bb5817
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T11:37:46.437Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d75f95e-579c-48d3-9cd7-1a7b3cec5494 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:37:46.463Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:37:46.464Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:37:46.464Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:37:46.464Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Trying to download the artifact UUID: a3d359ad-eaca-43a0-84ff-204ca324426a from URL: /sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:46.464Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:37:46.464Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:49.384Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:37:49.387Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar a3d359ad-eaca-43a0-84ff-204ca324426a 82649
2022-06-03T11:37:49.387Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar ASDC sendASDCNotification
2022-06-03T11:37:49.388Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:49.388Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:37:49.388Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:49.390Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:49.390Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256269387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:37:49.490Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:37:49.491Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:49.491Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:49.507Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:49.507Z||pool-156-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:37:50.390Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:37:50.391Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:37:50.392Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Trying to write artifact UUID: a3d359ad-eaca-43a0-84ff-204ca324426a, URL: /sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar to file: /app/ASDC/1/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:50.392Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:50.392Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:50.393Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:50.532Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5589454790070861445/Definitions/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml
2022-06-03T11:37:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:37:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:37:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:50.944Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:50.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256084840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:50.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256084274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:37:50.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256086654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:50.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256084840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:37:50.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256086654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:50.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256086654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:37:50.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256094446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:37:50.948Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:37:50.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256095943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:37:50.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:37:50.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256098666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:37:50.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:37:50.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256099680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:37:50.955Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14b4694c-6f83-427f-981c-dd7c501d9819
2022-06-03T11:37:50.955Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b4694c-6f83-427f-981c-dd7c501d9819 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:37:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256099996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:37:50.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:37:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "aai-ml",
  "timestamp": 1654256101001,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:37:50.968Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 14b4694c-6f83-427f-981c-dd7c501d9819
2022-06-03T11:37:50.968Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b4694c-6f83-427f-981c-dd7c501d9819 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:37:50.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256105655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:37:50.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:37:50.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256106678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:37:50.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:37:50.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "clamp",
  "timestamp": 1654256107685,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:37:50.981Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14b4694c-6f83-427f-981c-dd7c501d9819
2022-06-03T11:37:50.981Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14b4694c-6f83-427f-981c-dd7c501d9819 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:37:50.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccbc65b1-16ec-47c0-8f5d-24cff763d945",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256137687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:37:50.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:37:50.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:50.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:37:50.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:37:50.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:50.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:37:50.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:37:50.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:50.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:37:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:37:50.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:37:51.174Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:37:51.174Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|WARN|500||####################################################################################################
2022-06-03T11:37:51.174Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.174Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|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-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|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-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|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-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|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-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|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-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3500c1fd-eb45 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-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|WARN|500||####################################################################################################
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.175Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.176Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Node template pNF 3500c1fd-eb45 0 is matching search criteria
2022-06-03T11:37:51.176Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:37:51.176Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Found topology templates [pNF 3500c1fd-eb45 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:37:51.176Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.176Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.176Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Node template pNF 3500c1fd-eb45 0 is matching search criteria
2022-06-03T11:37:51.176Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T11:37:51.176Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Found topology templates [pNF 3500c1fd-eb45 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.177Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.178Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.178Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_EKsprJMPZT9A0A6pbvC8
Description:catalog service description
Model UUID:6d75f95e-579c-48d3-9cd7-1a7b3cec5494
Model Version:NULL
Model InvariantUuid:be4b94f6-a67c-4961-9935-6d80fa6c6a36
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:37:51.194Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 51e5d787-6680-4a8c-be37-eeeff6bb5817
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:37:51.197Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||pNF 3500c1fd-eb45 0
2022-06-03T11:37:51.198Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 51e5d787-6680-4a8c-be37-eeeff6bb5817
2022-06-03T11:37:51.198Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||No resources found for Service: 6d75f95e-579c-48d3-9cd7-1a7b3cec5494
2022-06-03T11:37:51.198Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Preparing to deploy Service: 6d75f95e-579c-48d3-9cd7-1a7b3cec5494
2022-06-03T11:37:51.198Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3500c1fd-eb45 0 51e5d787-6680-4a8c-be37-eeeff6bb5817 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:37:51.202Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@780fb485, org.onap.sdc.toscaparser.api.parameters.Input@43d47a76, org.onap.sdc.toscaparser.api.parameters.Input@59f063ac, org.onap.sdc.toscaparser.api.parameters.Input@479e25ee, org.onap.sdc.toscaparser.api.parameters.Input@42301a04]
2022-06-03T11:37:51.202Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.202Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.203Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500|| resourceSeq for service uuid 6d75f95e-579c-48d3-9cd7-1a7b3cec5494: pNF 3500c1fd-eb45
2022-06-03T11:37:51.203Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Processing PNF resource: 51e5d787-6680-4a8c-be37-eeeff6bb5817
2022-06-03T11:37:51.203Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:37:51.203Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Service Demo_pNF_EKsprJMPZT9A0A6pbvC8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:37:51.203Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||Resource customization UUID: 482601c8-27a5-497e-938a-92679cd8908d is the same as notified resource customizationUUID: 482601c8-27a5-497e-938a-92679cd8908d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T11:37:51.241Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3500c1fd-eb45 51e5d787-6680-4a8c-be37-eeeff6bb5817 0 ASDC deployResourceStructure
2022-06-03T11:37:51.242Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar ASDC sendASDCNotification
2022-06-03T11:37:51.242Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar
2022-06-03T11:37:51.242Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:37:51.242Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:37:51.244Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:37:51.244Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256271242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:37:51.344Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:37:51.345Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:37:51.345Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:37:51.381Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:37:51.382Z||pool-157-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:37:52.245Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14b4694c-6f83-427f-981c-dd7c501d9819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:37:52.257Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14b4694c-6f83-427f-981c-dd7c501d9819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:37:52.259Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:37:52.259Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:37:52.259Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:37:52.259Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:37:52.259Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:37:52.259Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:37:52.260Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:37:52.264Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:38:22.264Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 14b4694c-6f83-427f-981c-dd7c501d9819 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:38:22.271Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14b4694c-6f83-427f-981c-dd7c501d9819 and serviceModelVersionId: 6d75f95e-579c-48d3-9cd7-1a7b3cec5494
2022-06-03T11:38:22.271Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be4b94f6-a67c-4961-9935-6d80fa6c6a36
2022-06-03T11:38:22.272Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0
2022-06-03T11:38:22.276Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:38:22.311Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df6c43f1-7dc6-48ce-9cbb-da50b731107b/model-vers/model-ver/258913c2-f546-4745-a93d-5c22edc17fd6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:38:22.313Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||Invoke
2022-06-03T11:38:23.842Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:38:23.843Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||Invoke
2022-06-03T11:38:25.374Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:38:25.375Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||Invoke
2022-06-03T11:38:26.409Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:38:26.410Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:38:26.410Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:38:26.410Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:38:26.416Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:38:26.416Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14b4694c-6f83-427f-981c-dd7c501d9819 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:38:26.416Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:38:26.416Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:38:26.418Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:38:26.418Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||try to send status {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256306416,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:38:26.518Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:38:26.519Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:38:26.519Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:38:26.542Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:38:26.543Z||pool-158-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:38:27.432Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:38:27.433Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:38:27.433Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:38:37.768Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:38:37.769Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:38:37.770Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:38:37.770Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:38:47.321Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:38:47.322Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:38:47.324Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:38:47.324Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:38:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:38:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:38:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:38:50.943Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:38:50.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:38:50.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256151585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:38:50.944Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256155175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256156492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256157878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:38:50.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256159144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/vfw87f1a1d7adcb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256160147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256161152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/resourceInstances/vfw87f1a1d7adcb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256162155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603112657/1.0/artifacts/service-Vfw20220603112657-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:38:50.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:38:56.873Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:38:56.874Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:38:56.875Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:38:56.875Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:39:06.446Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:39:06.447Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:39:06.448Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:39:06.448Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:39:16.051Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:39:16.052Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:39:16.053Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:39:16.053Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:39:25.619Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:39:50.912Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:39:50.913Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:39:50.913Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:39:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:39:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:39:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:39:50.944Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:39:50.945Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.945Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "4d000041-e7d0-4774-9c91-490b55c5fb66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256257393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:39:50.946Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:39:50.946Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.946Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:39:50.947Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:39:50.947Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.947Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:39:50.947Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:39:50.948Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.948Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:39:50.948Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:39:50.948Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.948Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:39:50.949Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:39:50.949Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.949Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:39:50.949Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:39:50.949Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.950Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/resourceInstances/pnf3500c1fdeb450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:39:50.950Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:39:50.950Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.950Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:39:50.950Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:39:50.951Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.951Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256138704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:39:50.951Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:39:50.951Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:39:50.952Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256269387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:39:50.952Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:40:00.482Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:40:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:40:50.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:40:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:40:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:40:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:40:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:40:51.449Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:40:51.450Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:40:51.451Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256271242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEksprjmpzt9a0a6pbvc8/1.0/artifacts/service-DemoPnfEksprjmpzt9a0a6pbvc8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:40:51.452Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:40:51.452Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:40:51.452Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "14b4694c-6f83-427f-981c-dd7c501d9819",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256306416,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:40:51.452Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:41:00.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:41:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:41:50.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:41:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:41:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:41:50.917Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:41:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:42:00.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:42:00.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:42:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:42:50.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:42:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:42:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:42:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:42:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:43:00.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:43:00.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:43:50.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:43:50.914Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:43:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:43:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:43:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:43:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:44:00.491Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:44:00.503Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:44:50.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:44:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:44:50.917Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:44:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:44:50.918Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:44:50.919Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:00.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:00.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:45:50.913Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:45:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:45:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:45:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:51.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:51.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T11:45:51.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dafb88f6-15af-492f-a021-bc216c7c47c1","serviceName":"Demo_pNF_FfqmKvg3tG38mfJHFo5A","serviceVersion":"1.0","serviceUUID":"0aa242b9-1146-401b-9b3b-ca644e0f842f","serviceDescription":"catalog service description","serviceInvariantUUID":"9e48b02b-f296-4776-8dc9-a2a00f3186e7","resources":[{"resourceInstanceName":"pNF f4296af2-3f58 0","resourceName":"pNF f4296af2-3f58","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5c57d9c7-cce8-49d0-8cb5-0f61987d1b74","resourceInvariantUUID":"5d41e79b-e243-44e5-be4b-115f6f839664","resourceCustomizationUUID":"e0a06a0b-aacf-4473-96d4-72f6c93b54db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml","artifactChecksum":"MjBjYWMxNWZjNDgzMTMzMmZjZjhhNGIxNTQyNDBiNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bcd87567-6a6a-4c4d-9548-5fabd2fdc6e0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b4b0533-c883-4a36-8a89-8eb7acb0fb31","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83972f2a-fbce-4f5e-a68e-8a4b0b738605","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml","artifactChecksum":"YzU4NTUxMmVjZjExMzlkMzI5MWI4MTllZTg3ZTc4ZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"97f80148-e8ab-4368-9fb1-718c301f9dc0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6d4a291-477e-476b-934a-b4f8cb4dccbe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e5597d2-4407-46bb-bd8f-946d7eb0941c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml","artifactChecksum":"OTNiZmI4ZGNkZDMxMjg1MTliZTRjY2NmMzc2NWY2ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47daa6cf-10ea-499c-be4f-dd43f614dc96","artifactVersion":"1"},{"artifactName":"service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar","artifactChecksum":"ZjljNDU5NzJjODYzMDk2MDYyM2JkNTg3N2YxZmQyOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5bc0fac-9dd6-4602-ba83-fcd267152cf9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:45:51.556Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:45:51.556Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:45:51.560Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:51.561Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.561Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256740614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.562Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.562Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:45:51.562Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.562Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.562Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256742568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.563Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.563Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.563Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256744274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.563Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.563Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.563Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256746653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.564Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.564Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.564Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256744840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.564Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.564Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.564Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256740265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.565Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.565Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.565Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256742568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.565Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.565Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.565Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256744274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.565Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.566Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.566Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256740614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.566Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.566Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.566Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256746653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.566Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.567Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.567Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256744840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.567Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.567Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.567Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256740265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.568Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.568Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.568Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256742568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.568Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.568Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.568Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256744274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.569Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.569Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.569Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256740614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.569Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.569Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.569Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256746653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.570Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.570Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.570Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256744840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.570Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.570Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:45:51.570Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256740265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:51.570Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:45:51.662Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:45:51.663Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:45:51.663Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:51.688Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:51.688Z||pool-159-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:45:52.563Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:45:52.564Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:45:52.579Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:45:52.579Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:52.666Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-06-03T11:45:52.667Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:45:52.667Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:52.690Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:52.690Z||pool-160-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:45:53.579Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:45:53.580Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:45:53.582Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:45:53.582Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:53.686Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-03T11:45:53.686Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:45:53.686Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:53.706Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:53.706Z||pool-161-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:45:54.588Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:45:54.588Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:45:54.592Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:45:54.592Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:54.692Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:45:54.693Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:45:54.693Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:54.709Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:54.710Z||pool-162-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:45:55.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:45:55.593Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:45:55.595Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:45:55.595Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:55.695Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:45:55.696Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:45:55.696Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:55.714Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:55.714Z||pool-163-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:45:56.596Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:45:56.596Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:45:56.598Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:45:56.598Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:56.699Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:45:56.699Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:45:56.699Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:56.724Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:56.725Z||pool-164-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-06-03T11:45:57.599Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:45:57.601Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:45:57.603Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:45:57.603Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:45:57.703Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:45:57.704Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:45:57.704Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:57.720Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:57.720Z||pool-165-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:45:58.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:45:58.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:45:58.606Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:45:58.606Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:45:58.707Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T11:45:58.708Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:45:58.708Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:45:58.725Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:45:58.725Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:45:59.607Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "serviceName": "Demo_pNF_FfqmKvg3tG38mfJHFo5A",
  "serviceVersion": "1.0",
  "serviceUUID": "0aa242b9-1146-401b-9b3b-ca644e0f842f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9e48b02b-f296-4776-8dc9-a2a00f3186e7",
  "resources": [
    {
      "resourceInstanceName": "pNF f4296af2-3f58 0",
      "resourceCustomizationUUID": "e0a06a0b-aacf-4473-96d4-72f6c93b54db",
      "resourceName": "pNF f4296af2-3f58",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5c57d9c7-cce8-49d0-8cb5-0f61987d1b74",
      "resourceInvariantUUID": "5d41e79b-e243-44e5-be4b-115f6f839664",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
      "artifactChecksum": "ZjljNDU5NzJjODYzMDk2MDYyM2JkNTg3N2YxZmQyOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5bc0fac-9dd6-4602-ba83-fcd267152cf9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:45:59.608Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:45:59.608Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0aa242b9-1146-401b-9b3b-ca644e0f842f ASDC
2022-06-03T11:45:59.610Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dafb88f6-15af-492f-a021-bc216c7c47c1
ServiceName:Demo_pNF_FfqmKvg3tG38mfJHFo5A
ServiceVersion:1.0
ServiceUUID:0aa242b9-1146-401b-9b3b-ca644e0f842f
ServiceInvariantUUID:9e48b02b-f296-4776-8dc9-a2a00f3186e7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
ArtifactUUID:a5bc0fac-9dd6-4602-ba83-fcd267152cf9
ArtifactChecksum:ZjljNDU5NzJjODYzMDk2MDYyM2JkNTg3N2YxZmQyOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f4296af2-3f58 0
ResourceCustomizationUUID:e0a06a0b-aacf-4473-96d4-72f6c93b54db
ResourceInvariantUUID:5d41e79b-e243-44e5-be4b-115f6f839664
ResourceName:pNF f4296af2-3f58
ResourceType:PNF
ResourceUUID:5c57d9c7-cce8-49d0-8cb5-0f61987d1b74
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T11:45:59.611Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0aa242b9-1146-401b-9b3b-ca644e0f842f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:45:59.657Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:45:59.658Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-03T11:45:59.658Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-03T11:45:59.659Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5bc0fac-9dd6-4602-ba83-fcd267152cf9 from URL: /sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:45:59.659Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-03T11:45:59.659Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:00.415Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-03T11:46:00.420Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar a5bc0fac-9dd6-4602-ba83-fcd267152cf9 82652
2022-06-03T11:46:00.420Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar ASDC sendASDCNotification
2022-06-03T11:46:00.420Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:00.420Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:46:00.421Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:46:00.424Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:46:00.424Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256760420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:46:00.524Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:46:00.525Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:46:00.525Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:46:00.539Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:46:00.539Z||pool-167-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:46:01.425Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:46:01.427Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-03T11:46:01.427Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a5bc0fac-9dd6-4602-ba83-fcd267152cf9, URL: /sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar to file: /app/ASDC/1/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:01.428Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:01.428Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:01.429Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:01.612Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11362882197482070984/Definitions/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml
2022-06-03T11:46:02.476Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:46:02.476Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-03T11:46:02.477Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.477Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T11:46:02.478Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||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-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.478Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.478Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||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-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.478Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.478Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f4296af2-3f58 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-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.478Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.479Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.479Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-03T11:46:02.479Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.479Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.479Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Node template pNF f4296af2-3f58 0 is matching search criteria
2022-06-03T11:46:02.480Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-03T11:46:02.480Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f4296af2-3f58 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:46:02.480Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.480Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.480Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Node template pNF f4296af2-3f58 0 is matching search criteria
2022-06-03T11:46:02.480Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-03T11:46:02.480Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f4296af2-3f58 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.481Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.482Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.482Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FfqmKvg3tG38mfJHFo5A
Description:catalog service description
Model UUID:0aa242b9-1146-401b-9b3b-ca644e0f842f
Model Version:NULL
Model InvariantUuid:9e48b02b-f296-4776-8dc9-a2a00f3186e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:46:02.494Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5c57d9c7-cce8-49d0-8cb5-0f61987d1b74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:46:02.498Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||pNF f4296af2-3f58 0
2022-06-03T11:46:02.498Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5c57d9c7-cce8-49d0-8cb5-0f61987d1b74
2022-06-03T11:46:02.499Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0aa242b9-1146-401b-9b3b-ca644e0f842f
2022-06-03T11:46:02.499Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0aa242b9-1146-401b-9b3b-ca644e0f842f
2022-06-03T11:46:02.499Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f4296af2-3f58 0 5c57d9c7-cce8-49d0-8cb5-0f61987d1b74 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:46:02.503Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@540bb567, org.onap.sdc.toscaparser.api.parameters.Input@3607c82e, org.onap.sdc.toscaparser.api.parameters.Input@1e3e9e4b, org.onap.sdc.toscaparser.api.parameters.Input@2cd369f1, org.onap.sdc.toscaparser.api.parameters.Input@257a4181]
2022-06-03T11:46:02.503Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.503Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.503Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0aa242b9-1146-401b-9b3b-ca644e0f842f: pNF f4296af2-3f58
2022-06-03T11:46:02.504Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||Processing PNF resource: 5c57d9c7-cce8-49d0-8cb5-0f61987d1b74
2022-06-03T11:46:02.504Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:46:02.504Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_FfqmKvg3tG38mfJHFo5A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:46:02.504Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||Resource customization UUID: e0a06a0b-aacf-4473-96d4-72f6c93b54db is the same as notified resource customizationUUID: e0a06a0b-aacf-4473-96d4-72f6c93b54db
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T11:46:02.568Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f4296af2-3f58 5c57d9c7-cce8-49d0-8cb5-0f61987d1b74 0 ASDC deployResourceStructure
2022-06-03T11:46:02.568Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar ASDC sendASDCNotification
2022-06-03T11:46:02.568Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar
2022-06-03T11:46:02.568Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:46:02.568Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:46:02.570Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:46:02.570Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256762568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:46:02.670Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:46:02.671Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:46:02.671Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:46:02.712Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:46:02.712Z||pool-168-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:46:03.572Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:46:03.600Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:46:03.604Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:46:03.604Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:46:03.604Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:46:33.604Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:46:33.632Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:46:33.634Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:46:33.635Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:46:33.635Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:46:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:46:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:46:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:46:51.049Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:46:51.049Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:46:51.050Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:46:51.050Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:47:03.635Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:47:03.643Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:47:03.645Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:47:03.645Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:47:03.645Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:47:33.645Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:47:33.656Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:47:33.658Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:47:33.658Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T11:47:33.658Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T11:47:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:47:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:47:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:47:50.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:47:51.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256742568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256744274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256740614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256746653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256740265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256744840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256742568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256744274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256740614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256746653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256744840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256740265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256742568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256744274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256740614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256744840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256746653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256740265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256742568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256740614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256744274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256744840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256746653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256740265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256755161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256742568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256740614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256744274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256744840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256746653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256740265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256755161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256755161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256758343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256757862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256758331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256758325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256755161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256750912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256759356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "cds",
  "timestamp": 1654256758868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.470Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dafb88f6-15af-492f-a021-bc216c7c47c1
2022-06-03T11:47:51.470Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dafb88f6-15af-492f-a021-bc216c7c47c1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256755161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256760361,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.489Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dafb88f6-15af-492f-a021-bc216c7c47c1
2022-06-03T11:47:51.489Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dafb88f6-15af-492f-a021-bc216c7c47c1 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256755161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/resourceInstances/pnff4296af23f580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256760420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256759872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256761509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.515Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256755161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256761368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256759872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256762532,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.533Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dafb88f6-15af-492f-a021-bc216c7c47c1
2022-06-03T11:47:51.534Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dafb88f6-15af-492f-a021-bc216c7c47c1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256755161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256759872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256761368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256762568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256762564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256763803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256761368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256759872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256764251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256764447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256762564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256759872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256761368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "aai-ml",
  "timestamp": 1654256765257,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dafb88f6-15af-492f-a021-bc216c7c47c1
2022-06-03T11:47:51.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dafb88f6-15af-492f-a021-bc216c7c47c1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256765454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256762564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256765837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFfqmkvg3tg38mfjhfo5a/1.0/artifacts/service-DemoPnfFfqmkvg3tg38mfjhfo5a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256759872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256761368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "policy-id",
  "timestamp": 1654256766457,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.584Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dafb88f6-15af-492f-a021-bc216c7c47c1
2022-06-03T11:47:51.585Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dafb88f6-15af-492f-a021-bc216c7c47c1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256762564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "clamp",
  "timestamp": 1654256766847,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dafb88f6-15af-492f-a021-bc216c7c47c1
2022-06-03T11:47:51.599Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId dafb88f6-15af-492f-a021-bc216c7c47c1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256759872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256761368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256762564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654256761368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256762564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256768933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256762564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "cds",
  "timestamp": 1654256769940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8a6ec66-43fc-4949-9ec4-882c362d3c14
2022-06-03T11:47:51.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8a6ec66-43fc-4949-9ec4-882c362d3c14 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256771358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256773465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256774274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256774840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256775160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256774274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256775354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256774840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256775160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256774274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256776378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.644Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8a6ec66-43fc-4949-9ec4-882c362d3c14
2022-06-03T11:47:51.644Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8a6ec66-43fc-4949-9ec4-882c362d3c14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256776653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256774840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256775160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256774274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654256777382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256776653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256774840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256775160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256774274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256776653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256774840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256775160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256774274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256776653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256774840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256775160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256774274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256776653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256774840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256775160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256776653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:47:51.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256783261,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256776653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:47:51.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:47:51.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256783476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256784482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256784964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "policy-id",
  "timestamp": 1654256785486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.669Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8a6ec66-43fc-4949-9ec4-882c362d3c14
2022-06-03T11:47:51.669Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8a6ec66-43fc-4949-9ec4-882c362d3c14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T11:47:51.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256791434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.679Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654256792461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8a6ec66-43fc-4949-9ec4-882c362d3c14
2022-06-03T11:47:51.683Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8a6ec66-43fc-4949-9ec4-882c362d3c14 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256792806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:47:51.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256793312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:47:51.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256793832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:47:51.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:47:51.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "aai-ml",
  "timestamp": 1654256794317,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b8a6ec66-43fc-4949-9ec4-882c362d3c14
2022-06-03T11:47:51.698Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8a6ec66-43fc-4949-9ec4-882c362d3c14 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:47:51.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:47:51.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "clamp",
  "timestamp": 1654256794837,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:47:51.711Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b8a6ec66-43fc-4949-9ec4-882c362d3c14
2022-06-03T11:47:51.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8a6ec66-43fc-4949-9ec4-882c362d3c14 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:48:03.659Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:48:03.674Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:48:03.678Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:48:03.678Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:48:03.678Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:48:03.678Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:48:03.678Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:48:03.678Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:48:03.678Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:48:03.683Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:48:33.683Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dafb88f6-15af-492f-a021-bc216c7c47c1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:48:33.688Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dafb88f6-15af-492f-a021-bc216c7c47c1 and serviceModelVersionId: 0aa242b9-1146-401b-9b3b-ca644e0f842f
2022-06-03T11:48:33.688Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e48b02b-f296-4776-8dc9-a2a00f3186e7
2022-06-03T11:48:33.689Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0
2022-06-03T11:48:33.693Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:48:33.728Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Invoke
2022-06-03T11:48:33.729Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d85505d2-f985-4fcf-9aa9-de976f27cd6e], X-ECOMP-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], X-TransactionId=[], X-ONAP-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], Content-Type=[application/merge-patch+json]}
2022-06-03T11:48:35.263Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Invoke
2022-06-03T11:48:35.263Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c47c23b8-1fd7-4bb2-9999-46390cfb4d07], X-ECOMP-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], X-TransactionId=[], X-ONAP-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], Content-Type=[application/merge-patch+json]}
2022-06-03T11:48:36.814Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Invoke
2022-06-03T11:48:36.814Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f74a9897-f744-4430-aea4-e33fbe7b074d], X-ECOMP-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], X-TransactionId=[], X-ONAP-RequestID=[dafb88f6-15af-492f-a021-bc216c7c47c1], Content-Type=[application/merge-patch+json]}
2022-06-03T11:48:37.833Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:48:37.834Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:48:37.835Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:48:37.835Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:48:37.839Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:48:37.840Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dafb88f6-15af-492f-a021-bc216c7c47c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:48:37.840Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:48:37.840Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:37.842Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:37.842Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||try to send status {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256917840,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:48:37.942Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:37.943Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:37.943Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:37.963Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:37.964Z||pool-169-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:48:38.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:48:38.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:48:38.872Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:43.285Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:43.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-03T11:48:43.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8a6ec66-43fc-4949-9ec4-882c362d3c14","serviceName":"vFW 2022-06-03 11-39-15","serviceVersion":"1.0","serviceUUID":"908dac50-4e04-4384-824d-e058abeccd27","serviceDescription":"catalog service description","serviceInvariantUUID":"6c51acfd-3d35-4cb9-979a-c79b190a3f1e","resources":[{"resourceInstanceName":"vFW 0e63c97a-7266 0","resourceName":"vFW 0e63c97a-7266","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61e4d625-39b4-46ac-bd06-495cd1b6f4f3","resourceInvariantUUID":"74043bd2-372b-4975-97d7-845acaa32370","resourceCustomizationUUID":"2e6e1ba2-6885-4366-871c-7c1d7a5cfd17","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml","artifactChecksum":"ZWJiZGU2MGU1M2Y3MzEzMjRmZmY0MmM5NmM3ODIyYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43f58e2e-37a4-446a-9bd0-202ca82f4404","artifactVersion":"1"},{"artifactName":"vfw0e63c97a72660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json","artifactChecksum":"OWYzMzU1Y2IxODI1OWU4Y2FmMmY0MDE4MjIxMjgwMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f95553b7-7899-4fb9-b19b-3cb30ad1fcf6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b9b23fc7-d90a-4112-a8d5-a97b389a5da8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml","artifactChecksum":"OWQyYjg3ZjU2MGJkMTc5NDdhZGE5ZGFhZmQxYjIyZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"000e8420-0158-4d42-b08a-47e669f80979","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2ee6c627-9160-4563-b876-3d5ba3775c91","artifactVersion":"2","generatedFromUUID":"b9b23fc7-d90a-4112-a8d5-a97b389a5da8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603113915-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml","artifactChecksum":"MmQzMzA1NzNlZDFiZGE4MTE4NmY5ZjVhMjhmODVlNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e5779fc-e220-4874-845c-05673a20b655","artifactVersion":"1"},{"artifactName":"service-Vfw20220603113915-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar","artifactChecksum":"MDJhY2NhMTZhMTM0YmJmZDA3ZWMyMjZjMTA0N2Y5YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"899b5983-0456-4b8b-a896-2f6481b47a7d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:48:43.288Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:48:43.288Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:43.290Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:43.290Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:48:43.391Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:48:43.391Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:43.391Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:43.406Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:43.407Z||pool-170-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:48:44.291Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:48:44.292Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:44.294Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:44.294Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:48:44.394Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:44.395Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:44.395Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:44.431Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:44.431Z||pool-171-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:48:45.295Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:48:45.295Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:45.297Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:45.297Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:48:45.397Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:48:45.398Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:45.398Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:45.417Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:45.417Z||pool-172-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:48:46.298Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:48:46.299Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:46.300Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:46.300Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:48:46.400Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:46.401Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:46.401Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:46.416Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:46.416Z||pool-173-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:48:47.301Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:48:47.301Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:47.303Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:47.303Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:48:47.403Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:47.404Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:47.404Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:47.420Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:47.420Z||pool-174-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:48:48.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:48:48.304Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:48.306Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:48.306Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:48:48.406Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:48.407Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:48.407Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:48.423Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:48.423Z||pool-175-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:48:49.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:48:49.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:49.309Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:49.309Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:48:49.409Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:49.410Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:49.410Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:49.424Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:49.424Z||pool-176-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:48:50.310Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "serviceName": "vFW 2022-06-03 11-39-15",
  "serviceVersion": "1.0",
  "serviceUUID": "908dac50-4e04-4384-824d-e058abeccd27",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6c51acfd-3d35-4cb9-979a-c79b190a3f1e",
  "resources": [
    {
      "resourceInstanceName": "vFW 0e63c97a-7266 0",
      "resourceCustomizationUUID": "2e6e1ba2-6885-4366-871c-7c1d7a5cfd17",
      "resourceName": "vFW 0e63c97a-7266",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "61e4d625-39b4-46ac-bd06-495cd1b6f4f3",
      "resourceInvariantUUID": "74043bd2-372b-4975-97d7-845acaa32370",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0e63c97a72660_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
          "artifactChecksum": "OWYzMzU1Y2IxODI1OWU4Y2FmMmY0MDE4MjIxMjgwMDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f95553b7-7899-4fb9-b19b-3cb30ad1fcf6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b9b23fc7-d90a-4112-a8d5-a97b389a5da8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2ee6c627-9160-4563-b876-3d5ba3775c91",
            "generatedFromUUID": "b9b23fc7-d90a-4112-a8d5-a97b389a5da8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2ee6c627-9160-4563-b876-3d5ba3775c91",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603113915-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
      "artifactChecksum": "MDJhY2NhMTZhMTM0YmJmZDA3ZWMyMjZjMTA0N2Y5YTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "899b5983-0456-4b8b-a896-2f6481b47a7d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:48:50.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:48:50.311Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 908dac50-4e04-4384-824d-e058abeccd27 ASDC
2022-06-03T11:48:50.311Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b8a6ec66-43fc-4949-9ec4-882c362d3c14
ServiceName:vFW 2022-06-03 11-39-15
ServiceVersion:1.0
ServiceUUID:908dac50-4e04-4384-824d-e058abeccd27
ServiceInvariantUUID:6c51acfd-3d35-4cb9-979a-c79b190a3f1e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603113915-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar
ArtifactUUID:899b5983-0456-4b8b-a896-2f6481b47a7d
ArtifactChecksum:MDJhY2NhMTZhMTM0YmJmZDA3ZWMyMjZjMTA0N2Y5YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0e63c97a-7266 0
ResourceCustomizationUUID:2e6e1ba2-6885-4366-871c-7c1d7a5cfd17
ResourceInvariantUUID:74043bd2-372b-4975-97d7-845acaa32370
ResourceName:vFW 0e63c97a-7266
ResourceType:VF
ResourceUUID:61e4d625-39b4-46ac-bd06-495cd1b6f4f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0e63c97a72660_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json
ArtifactUUID:f95553b7-7899-4fb9-b19b-3cb30ad1fcf6
ArtifactChecksum:OWYzMzU1Y2IxODI1OWU4Y2FmMmY0MDE4MjIxMjgwMDg=
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/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml
ArtifactUUID:b9b23fc7-d90a-4112-a8d5-a97b389a5da8
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/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env
ArtifactUUID:2ee6c627-9160-4563-b876-3d5ba3775c91
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/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env
ArtifactUUID:2ee6c627-9160-4563-b876-3d5ba3775c91
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:48:50.312Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 908dac50-4e04-4384-824d-e058abeccd27 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:48:50.397Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:48:50.397Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T11:48:50.397Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T11:48:50.397Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 899b5983-0456-4b8b-a896-2f6481b47a7d from URL: /sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:50.397Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T11:48:50.398Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:48:50.917Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:48:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:51.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:51.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:48:51.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dafb88f6-15af-492f-a021-bc216c7c47c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256917840,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:48:51.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:48:51.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:48:51.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:48:51.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:48:51.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:48:51.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:48:51.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:48:51.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:48:51.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:48:51.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:48:51.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:48:51.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:48:51.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:48:51.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:48:51.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:48:51.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:48:51.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:48:51.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:48:51.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:48:51.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:48:51.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256918871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:48:51.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:48:51.679Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T11:48:51.694Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar 899b5983-0456-4b8b-a896-2f6481b47a7d 99014
2022-06-03T11:48:51.695Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar ASDC sendASDCNotification
2022-06-03T11:48:51.695Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:51.695Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:48:51.695Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:51.697Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:51.697Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256931695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:48:51.797Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:48:51.798Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:51.798Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:51.812Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:51.813Z||pool-177-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:48:52.698Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:48:52.699Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-03T11:48:52.699Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 899b5983-0456-4b8b-a896-2f6481b47a7d, URL: /sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar to file: /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:52.699Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603113915-csar.csar
2022-06-03T11:48:52.700Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:52.700Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:52.839Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15897974087649444077/Definitions/service-Vfw20220603113915-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-03T11:48:54.626Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:48:54.626Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0e63c97a-7266 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-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||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-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||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-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||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-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.627Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.628Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.628Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.628Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220603113915-csar.csar
2022-06-03T11:48:54.628Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-03T11:48:54.628Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.628Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:54.628Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:54.628Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T11:48:54.629Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:48:54.629Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.629Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:54.629Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:54.629Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-03T11:48:54.629Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:48:54.629Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.629Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:54.630Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.630Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is not matching search criteria
2022-06-03T11:48:54.630Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:48:54.630Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:48:54.630Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:48:54.630Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.630Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.630Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:48:54.631Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.632Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T11:48:54.632Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.632Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:48:54.632Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.632Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:54.632Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:48:54.632Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is not matching search criteria
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:48:54.633Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:48:54.634Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:48:54.634Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:48:54.634Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:48:54.634Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.634Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.634Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:48:54.634Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.634Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=32acaaba-a967-4f86-8218-312e98e1653b
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is not matching search criteria
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.635Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.636Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.636Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:48:54.636Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:48:54.636Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:48:54.636Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.636Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:48:54.636Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.636Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cacbebaf-18e9-4113-9365-a65e90e0c706
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is not matching search criteria
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.637Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:48:54.638Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:48:54.638Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:48:54.638Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:54.638Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:54.638Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:48:54.638Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fc3c245c-30c1-474b-bc52-c7401e5c7a1e
2022-06-03T11:48:54.638Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.638Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:54.639Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.639Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:54.639Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.639Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:54.639Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:54.639Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:54.639Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 11-39-15
Description:catalog service description
Model UUID:908dac50-4e04-4384-824d-e058abeccd27
Model Version:NULL
Model InvariantUuid:6c51acfd-3d35-4cb9-979a-c79b190a3f1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0e63c97a-7266
Model UUID:1764fbad-f02b-41a5-97ee-9f18e789549e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:74043bd2-372b-4975-97d7-845acaa32370
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2e6e1ba2-6885-4366-871c-7c1d7a5cfd17
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4ebc1606-bece-4b60-80fb-f78628f99667
ModelName:Vfw0e63c97a7266..base_vfw..module-0
ModelUuid:057ab37f-6e65-4bee-b68f-e153a9866391
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:32acaaba-a967-4f86-8218-312e98e1653b
ModelInvariantUuid:a9066d95-30a2-4a76-8002-dfb1035545a4
ModelName:vFW 0e63c97a-7266-nodes.vfwCvfc
ModelUuid:804ae773-99b5-4704-a0ad-c91f719c5eeb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:063ac3ec-e5c3-4d97-956f-15c762fea2d6
ModelInvariantUuid:58eca893-be45-427d-a7cb-0a30a0f45583
ModelName:Vfw0e63c97a7266.compute.nodes.heat.vfw
ModelUuid:a2952dbb-d8a4-48a6-9fd1-a3c238b6763c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cacbebaf-18e9-4113-9365-a65e90e0c706
ModelInvariantUuid:d8f45ee2-11bf-4e83-b1f2-c8b68c0da562
ModelName:vFW 0e63c97a-7266-nodes.vsnCvfc
ModelUuid:ad34688a-47cd-4676-a217-0c2b01050638
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:50302227-9316-48ac-af43-43f9917272e5
ModelInvariantUuid:a950ae50-35ad-4f83-83ab-2e30e7e06811
ModelName:Vfw0e63c97a7266.compute.nodes.heat.vsn
ModelUuid:fe349737-e2d8-42b4-ba20-7d7cd1fb2bb9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fc3c245c-30c1-474b-bc52-c7401e5c7a1e
ModelInvariantUuid:e98e5111-519c-42e2-87ec-6196ac983643
ModelName:vFW 0e63c97a-7266-nodes.vpgCvfc
ModelUuid:bdb81af7-2a3d-400b-838c-b7466a56315e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f381a085-5851-416a-a538-d841b5d869a9
ModelInvariantUuid:eb573d08-8eac-45bd-a2ac-17777050a62c
ModelName:Vfw0e63c97a7266.compute.nodes.heat.vpg
ModelUuid:4ad9f58d-39ec-4dc8-b3db-114bec598c18
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:48:54.647Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 61e4d625-39b4-46ac-bd06-495cd1b6f4f3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:48:54.649Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||vFW 0e63c97a-7266 0
2022-06-03T11:48:54.649Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61e4d625-39b4-46ac-bd06-495cd1b6f4f3
2022-06-03T11:48:54.649Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f95553b7-7899-4fb9-b19b-3cb30ad1fcf6 from URL: /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json
2022-06-03T11:48:54.650Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T11:48:54.650Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json
2022-06-03T11:48:55.456Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T11:48:55.456Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json f95553b7-7899-4fb9-b19b-3cb30ad1fcf6 785
2022-06-03T11:48:55.457Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json ASDC sendASDCNotification
2022-06-03T11:48:55.457Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json
2022-06-03T11:48:55.457Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:48:55.457Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:55.459Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:55.459Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256935456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:48:55.559Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:55.560Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:55.560Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:55.576Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:55.577Z||pool-178-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:48:56.460Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0e63c97a7266..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4ebc1606-bece-4b60-80fb-f78628f99667",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "057ab37f-6e65-4bee-b68f-e153a9866391",
    "vfModuleModelCustomizationUUID": "63aeab61-cc47-4e6d-8dd8-1ec559b667e8",
    "isBase": true,
    "artifacts": [
      "b9b23fc7-d90a-4112-a8d5-a97b389a5da8",
      "2ee6c627-9160-4563-b876-3d5ba3775c91"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:48:56.464Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e63c97a7266..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:057ab37f-6e65-4bee-b68f-e153a9866391
VfModuleModelInvariantUUID:4ebc1606-bece-4b60-80fb-f78628f99667
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9b23fc7-d90a-4112-a8d5-a97b389a5da8
,
2ee6c627-9160-4563-b876-3d5ba3775c91

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

isBase:true


}

2022-06-03T11:48:56.467Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0e63c97a7266..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4ebc1606-bece-4b60-80fb-f78628f99667",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "057ab37f-6e65-4bee-b68f-e153a9866391",
    "vfModuleModelCustomizationUUID": "63aeab61-cc47-4e6d-8dd8-1ec559b667e8",
    "isBase": true,
    "artifacts": [
      "b9b23fc7-d90a-4112-a8d5-a97b389a5da8",
      "2ee6c627-9160-4563-b876-3d5ba3775c91"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T11:48:56.467Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e63c97a7266..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:057ab37f-6e65-4bee-b68f-e153a9866391
VfModuleModelInvariantUUID:4ebc1606-bece-4b60-80fb-f78628f99667
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9b23fc7-d90a-4112-a8d5-a97b389a5da8
,
2ee6c627-9160-4563-b876-3d5ba3775c91

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

isBase:true


}

2022-06-03T11:48:56.467Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b9b23fc7-d90a-4112-a8d5-a97b389a5da8 from URL: /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml
2022-06-03T11:48:56.468Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T11:48:56.468Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml
2022-06-03T11:48:57.182Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T11:48:57.183Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml b9b23fc7-d90a-4112-a8d5-a97b389a5da8 20368
2022-06-03T11:48:57.183Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:48:57.183Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml
2022-06-03T11:48:57.183Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:48:57.184Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:57.186Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:57.186Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256937183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:48:57.286Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:57.287Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:57.287Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:57.300Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:57.301Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:48:58.186Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2ee6c627-9160-4563-b876-3d5ba3775c91 from URL: /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env
2022-06-03T11:48:58.187Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-03T11:48:58.187Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env
2022-06-03T11:48:58.563Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-03T11:48:58.564Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env 2ee6c627-9160-4563-b876-3d5ba3775c91 2098
2022-06-03T11:48:58.564Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:48:58.564Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env
2022-06-03T11:48:58.564Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:48:58.564Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:58.566Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:58.566Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256938564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:48:58.666Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:58.667Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:58.667Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:58.683Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:58.683Z||pool-180-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:48:59.566Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 908dac50-4e04-4384-824d-e058abeccd27
2022-06-03T11:48:59.567Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0e63c97a-7266 0 61e4d625-39b4-46ac-bd06-495cd1b6f4f3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:48:59.581Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39df376, org.onap.sdc.toscaparser.api.parameters.Input@7570bf4a, org.onap.sdc.toscaparser.api.parameters.Input@5a9b1a4e, org.onap.sdc.toscaparser.api.parameters.Input@706e5a7a, org.onap.sdc.toscaparser.api.parameters.Input@1c041142]
2022-06-03T11:48:59.582Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.582Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:59.583Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-03T11:48:59.583Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2e6e1ba2-6885-4366-871c-7c1d7a5cfd17
2022-06-03T11:48:59.583Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e6e1ba2-6885-4366-871c-7c1d7a5cfd17 matches Tosca VF Customization UUID: 2e6e1ba2-6885-4366-871c-7c1d7a5cfd17
2022-06-03T11:48:59.583Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2e6e1ba2-6885-4366-871c-7c1d7a5cfd17  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T11:48:59.585Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.585Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:59.586Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2e6e1ba2-6885-4366-871c-7c1d7a5cfd17: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T11:48:59.586Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c0a73ea
2022-06-03T11:48:59.586Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.586Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T11:48:59.587Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63aeab61-cc47-4e6d-8dd8-1ec559b667e8
2022-06-03T11:48:59.587Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63aeab61-cc47-4e6d-8dd8-1ec559b667e8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T11:48:59.589Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.589Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:59.589Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:48:59.590Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.590Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:59.590Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:48:59.590Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.590Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is not matching search criteria
2022-06-03T11:48:59.590Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:48:59.591Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:48:59.591Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T11:48:59.591Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:48:59.591Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:48:59.591Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:59.591Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:59.592Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:48:59.592Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:59.592Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:48:59.592Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:59.592Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=32acaaba-a967-4f86-8218-312e98e1653b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:48:59.594Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.594Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:59.595Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:48:59.595Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.595Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is not matching search criteria
2022-06-03T11:48:59.595Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:48:59.595Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:48:59.595Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:48:59.595Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:59.596Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:59.596Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:59.596Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:48:59.596Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T11:48:59.596Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T11:48:59.596Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:59.597Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T11:48:59.597Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:59.597Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cacbebaf-18e9-4113-9365-a65e90e0c706
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:48:59.598Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.599Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:59.599Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:48:59.599Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.599Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is not matching search criteria
2022-06-03T11:48:59.599Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T11:48:59.599Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T11:48:59.599Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T11:48:59.600Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:59.600Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:59.600Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T11:48:59.600Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T11:48:59.600Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T11:48:59.600Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T11:48:59.601Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T11:48:59.601Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T11:48:59.601Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T11:48:59.601Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fc3c245c-30c1-474b-bc52-c7401e5c7a1e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T11:48:59.603Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.603Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:59.603Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T11:48:59.603Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.603Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Node template vFW 0e63c97a-7266 0 is matching search criteria
2022-06-03T11:48:59.604Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0e63c97a-7266 0] matching following query criteria: sdcType=VF, customizationUUID=2e6e1ba2-6885-4366-871c-7c1d7a5cfd17
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:48:59.605Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.605Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:59.605Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 908dac50-4e04-4384-824d-e058abeccd27: vFW 0e63c97a-7266
2022-06-03T11:48:59.605Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.605Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:59.606Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.606Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:59.606Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.606Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:59.606Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.606Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:59.606Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:48:59.607Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-03 11-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:48:59.607Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-03 11-39-15 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:48:59.761Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0e63c97a-7266 61e4d625-39b4-46ac-bd06-495cd1b6f4f3 1 ASDC deployResourceStructure
2022-06-03T11:48:59.761Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json ASDC sendASDCNotification
2022-06-03T11:48:59.762Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json
2022-06-03T11:48:59.762Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:48:59.762Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:48:59.764Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:48:59.765Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256939761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:48:59.865Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:48:59.865Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:48:59.866Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:48:59.882Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:48:59.883Z||pool-181-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:49:00.765Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T11:49:00.766Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml
2022-06-03T11:49:00.766Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:49:00.766Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:49:00.768Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:49:00.768Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256940765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:49:00.868Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:49:00.869Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:49:00.869Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:49:00.885Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:49:00.885Z||pool-182-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:49:01.769Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T11:49:01.770Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env
2022-06-03T11:49:01.770Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:49:01.770Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:49:01.772Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:49:01.772Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256941769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:49:01.872Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:49:01.873Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:49:01.873Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:49:01.889Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:49:01.889Z||pool-183-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:49:02.773Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar ASDC sendASDCNotification
2022-06-03T11:49:02.773Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar
2022-06-03T11:49:02.774Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:49:02.774Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:49:02.776Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:49:02.776Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256942773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:49:02.876Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:49:02.877Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:49:02.877Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:49:02.891Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:49:02.891Z||pool-184-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:49:03.776Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8a6ec66-43fc-4949-9ec4-882c362d3c14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:49:03.787Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8a6ec66-43fc-4949-9ec4-882c362d3c14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:49:03.790Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:49:03.790Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:49:03.790Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:49:03.790Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:49:03.791Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:49:03.791Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:49:03.798Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:49:33.798Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8a6ec66-43fc-4949-9ec4-882c362d3c14 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:49:33.806Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8a6ec66-43fc-4949-9ec4-882c362d3c14 and serviceModelVersionId: 908dac50-4e04-4384-824d-e058abeccd27
2022-06-03T11:49:33.806Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c51acfd-3d35-4cb9-979a-c79b190a3f1e
2022-06-03T11:49:33.807Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0
2022-06-03T11:49:33.811Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:49:33.851Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:49:33.853Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Invoke
2022-06-03T11:49:35.390Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:49:35.391Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Invoke
2022-06-03T11:49:36.930Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T11:49:36.931Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Invoke
2022-06-03T11:49:37.961Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:49:37.962Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:49:37.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:49:37.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:49:37.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:49:37.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8a6ec66-43fc-4949-9ec4-882c362d3c14 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:49:37.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:49:37.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:49:37.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:49:37.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||try to send status {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256977967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:49:38.069Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:49:38.070Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:49:38.070Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:49:38.092Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:49:38.093Z||pool-185-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:49:38.983Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:49:38.984Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:49:38.984Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:49:48.538Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:49:48.539Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:49:48.540Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:49:48.540Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:49:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:49:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:49:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:49:51.040Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:49:51.040Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T11:49:51.040Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256931695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:49:51.041Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:49:58.097Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:49:58.098Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:49:58.098Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:49:58.098Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:50:07.668Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:50:50.913Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:50:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:50:50.916Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:50:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:50:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:50:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:50:51.448Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:50:51.449Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T11:50:51.449Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256935456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:50:51.453Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:50:51.453Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T11:50:51.454Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256937183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:50:51.454Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:50:51.454Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T11:50:51.454Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256938564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:50:51.455Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:50:51.455Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T11:50:51.455Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256939761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/vfw0e63c97a72660_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T11:50:51.456Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:50:51.456Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T11:50:51.456Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256940765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:50:51.456Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:50:51.457Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T11:50:51.457Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256941769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/resourceInstances/vfw0e63c97a72660/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T11:50:51.457Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:50:51.457Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T11:50:51.458Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256942773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603113915/1.0/artifacts/service-Vfw20220603113915-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:50:51.458Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:50:51.458Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T11:50:51.458Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b8a6ec66-43fc-4949-9ec4-882c362d3c14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654256977967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:50:51.459Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:51:00.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:51:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:51:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:51:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:51:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:51:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:51:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:52:00.476Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:52:00.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:52:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:52:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:52:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:52:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:52:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:52:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:53:00.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:53:00.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:53:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:53:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:53:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:53:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:53:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:53:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:54:00.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:54:00.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:54:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:54:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:54:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:54:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:54:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:54:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:55:00.494Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:55:00.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:55:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:55:50.914Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:55:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:55:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:55:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:55:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:56:00.513Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:56:00.619Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:56:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:56:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:56:50.920Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:56:50.920Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:56:50.920Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:56:50.920Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:00.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:00.501Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:57:50.913Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:57:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:50.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:57:50.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:57:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:51.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:51.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:51.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2346fe4-8a04-4d89-9342-4845722f17f1","serviceName":"Demo_pNF_LBBLDeNMFs3xtsakIgMH","serviceVersion":"1.0","serviceUUID":"c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed","serviceDescription":"catalog service description","serviceInvariantUUID":"85d2e2f4-093c-4ed6-bd32-0a7e36f5f062","resources":[{"resourceInstanceName":"pNF 4847bf4b-1338 0","resourceName":"pNF 4847bf4b-1338","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"89fdb5a3-6088-4d41-99d5-b7b1a4a3918b","resourceInvariantUUID":"a914e382-8518-4eb7-9b32-58487452bedc","resourceCustomizationUUID":"c6bc61f9-2a25-4276-ba57-de446fd20aec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml","artifactChecksum":"OTg2ZjMyNGUzZjhhM2E5OWMyM2U5NmZjNzQ0N2UyMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"862439f5-065b-4829-bfc8-0ba5eabe5653","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"060cc534-b6d0-4995-92a2-5166428607f0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"86c4c765-5b17-438f-9365-405bc0731dd0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml","artifactChecksum":"MDRmZTg1OWEyYTU0MTUyMjgxNjM5MjdhZmRmNDU4ZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86504b29-c7ec-448d-acbc-fb5d284b952d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a53ef7f9-5145-4827-a2f4-3ce3dfb9f4eb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df6bf7cd-a35c-4700-a974-ba061a96d7e2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLbbldenmfs3xtsakigmh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml","artifactChecksum":"YTExYjM2MWI0OGU5MzFjYzNjYmYxZWVmN2NjZDQwMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5bb0201-012b-474d-b898-77bab1aa478d","artifactVersion":"1"},{"artifactName":"service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar","artifactChecksum":"MTYzMDM1NDlhNThhMGQ0OTc1MzM1OWFjMmYzMGQyOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc800719-0d92-4708-979e-79ea06373cf4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:57:51.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257430265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257434840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257434274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257435160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257430265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257434840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257434274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257435160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257430265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257434840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257434274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257435160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257430265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257434840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257434274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257435160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257430265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257434840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257434274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257435160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257430265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257434840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257434274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.564Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:51.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257435160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.564Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257430265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257434840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257434274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257435160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257430265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257434840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257434274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257435160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257442564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257436653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257444172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257444682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257442564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257444870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "cds",
  "timestamp": 1654257445180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:57:51.617Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2346fe4-8a04-4d89-9342-4845722f17f1
2022-06-03T11:57:51.618Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2346fe4-8a04-4d89-9342-4845722f17f1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:57:51.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257445691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:57:51.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257442564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:57:51.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "policy-id",
  "timestamp": 1654257446695,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:57:51.664Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:57:51.664Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:57:51.665Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:51.667Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2346fe4-8a04-4d89-9342-4845722f17f1
2022-06-03T11:57:51.667Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2346fe4-8a04-4d89-9342-4845722f17f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:57:51.679Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:51.680Z||pool-186-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:57:51.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257442564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257446864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:57:51.681Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257442564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257442564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257442564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:51.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257450028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:57:51.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257450560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T11:57:51.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257442564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:57:51.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-03T11:57:51.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257451033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:57:51.711Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2346fe4-8a04-4d89-9342-4845722f17f1
2022-06-03T11:57:51.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2346fe4-8a04-4d89-9342-4845722f17f1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:57:51.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257451120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:57:51.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "aai-ml",
  "timestamp": 1654257451565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:57:51.737Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c2346fe4-8a04-4d89-9342-4845722f17f1
2022-06-03T11:57:51.738Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2346fe4-8a04-4d89-9342-4845722f17f1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:57:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257452142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T11:57:51.762Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257453146,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:57:51.774Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c2346fe4-8a04-4d89-9342-4845722f17f1
2022-06-03T11:57:51.774Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2346fe4-8a04-4d89-9342-4845722f17f1 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:57:51.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257453942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:57:51.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257455945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:57:51.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:57:51.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T11:57:51.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "clamp",
  "timestamp": 1654257456949,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:57:51.788Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2346fe4-8a04-4d89-9342-4845722f17f1
2022-06-03T11:57:51.789Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2346fe4-8a04-4d89-9342-4845722f17f1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:57:52.564Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:57:52.565Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:52.567Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:52.567Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:52.667Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:57:52.668Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:57:52.668Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:52.683Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:52.684Z||pool-187-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:57:53.568Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:57:53.569Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:53.571Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:53.571Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:53.672Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T11:57:53.673Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:57:53.673Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:53.895Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:53.896Z||pool-188-thread-1|||||INFO|500||cambria reply ok (224 ms):{"serverTimeMs":6,"count":1}
2022-06-03T11:57:54.572Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:57:54.573Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:54.574Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:54.574Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:54.675Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:57:54.676Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:57:54.676Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:54.694Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:54.694Z||pool-189-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:57:55.575Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:57:55.576Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:55.577Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:55.578Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:55.678Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:57:55.679Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:57:55.679Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:55.694Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:55.695Z||pool-190-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:57:56.578Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:57:56.579Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:56.581Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:56.581Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:56.681Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:57:56.682Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:57:56.683Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:56.699Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:56.699Z||pool-191-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:57:57.581Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:57:57.582Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:57.584Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:57.584Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:57:57.684Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:57:57.685Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:57:57.685Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:57.703Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:57.703Z||pool-192-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:57:58.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:57:58.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:58.587Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:58.587Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:57:58.687Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:57:58.688Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:57:58.688Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:57:58.701Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:57:58.702Z||pool-193-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:57:59.588Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "serviceName": "Demo_pNF_LBBLDeNMFs3xtsakIgMH",
  "serviceVersion": "1.0",
  "serviceUUID": "c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "85d2e2f4-093c-4ed6-bd32-0a7e36f5f062",
  "resources": [
    {
      "resourceInstanceName": "pNF 4847bf4b-1338 0",
      "resourceCustomizationUUID": "c6bc61f9-2a25-4276-ba57-de446fd20aec",
      "resourceName": "pNF 4847bf4b-1338",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "89fdb5a3-6088-4d41-99d5-b7b1a4a3918b",
      "resourceInvariantUUID": "a914e382-8518-4eb7-9b32-58487452bedc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
      "artifactChecksum": "MTYzMDM1NDlhNThhMGQ0OTc1MzM1OWFjMmYzMGQyOTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc800719-0d92-4708-979e-79ea06373cf4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:57:59.588Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:57:59.588Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed ASDC
2022-06-03T11:57:59.589Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c2346fe4-8a04-4d89-9342-4845722f17f1
ServiceName:Demo_pNF_LBBLDeNMFs3xtsakIgMH
ServiceVersion:1.0
ServiceUUID:c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed
ServiceInvariantUUID:85d2e2f4-093c-4ed6-bd32-0a7e36f5f062
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
ArtifactUUID:cc800719-0d92-4708-979e-79ea06373cf4
ArtifactChecksum:MTYzMDM1NDlhNThhMGQ0OTc1MzM1OWFjMmYzMGQyOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4847bf4b-1338 0
ResourceCustomizationUUID:c6bc61f9-2a25-4276-ba57-de446fd20aec
ResourceInvariantUUID:a914e382-8518-4eb7-9b32-58487452bedc
ResourceName:pNF 4847bf4b-1338
ResourceType:PNF
ResourceUUID:89fdb5a3-6088-4d41-99d5-b7b1a4a3918b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T11:57:59.589Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:57:59.639Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:57:59.640Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T11:57:59.640Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T11:57:59.641Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cc800719-0d92-4708-979e-79ea06373cf4 from URL: /sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:57:59.641Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T11:57:59.641Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:57:59.970Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T11:57:59.974Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar cc800719-0d92-4708-979e-79ea06373cf4 82652
2022-06-03T11:57:59.975Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar ASDC sendASDCNotification
2022-06-03T11:57:59.975Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:57:59.975Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:57:59.975Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:57:59.977Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:57:59.977Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257479974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:58:00.077Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:58:00.078Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:58:00.078Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:58:00.092Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:58:00.093Z||pool-194-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:58:00.977Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:58:00.978Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T11:58:00.978Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: cc800719-0d92-4708-979e-79ea06373cf4, URL: /sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar to file: /app/ASDC/1/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:00.979Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:00.979Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:00.979Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:01.156Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3077669611685050634/Definitions/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml
2022-06-03T11:58:02.002Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T11:58:02.002Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4847bf4b-1338 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-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|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-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|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-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|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-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T11:58:02.003Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.004Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.004Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Node template pNF 4847bf4b-1338 0 is matching search criteria
2022-06-03T11:58:02.004Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T11:58:02.004Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4847bf4b-1338 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:58:02.004Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.004Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Node template pNF 4847bf4b-1338 0 is matching search criteria
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4847bf4b-1338 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.005Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.006Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.006Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.006Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.006Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.006Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LBBLDeNMFs3xtsakIgMH
Description:catalog service description
Model UUID:c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed
Model Version:NULL
Model InvariantUuid:85d2e2f4-093c-4ed6-bd32-0a7e36f5f062
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T11:58:02.012Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 89fdb5a3-6088-4d41-99d5-b7b1a4a3918b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:58:02.016Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||pNF 4847bf4b-1338 0
2022-06-03T11:58:02.016Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 89fdb5a3-6088-4d41-99d5-b7b1a4a3918b
2022-06-03T11:58:02.016Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||No resources found for Service: c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed
2022-06-03T11:58:02.016Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed
2022-06-03T11:58:02.016Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4847bf4b-1338 0 89fdb5a3-6088-4d41-99d5-b7b1a4a3918b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:58:02.020Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64c8096a, org.onap.sdc.toscaparser.api.parameters.Input@4d503eaf, org.onap.sdc.toscaparser.api.parameters.Input@48eb6985, org.onap.sdc.toscaparser.api.parameters.Input@48f33814, org.onap.sdc.toscaparser.api.parameters.Input@6cd4fb39]
2022-06-03T11:58:02.020Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.020Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.020Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed: pNF 4847bf4b-1338
2022-06-03T11:58:02.020Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||Processing PNF resource: 89fdb5a3-6088-4d41-99d5-b7b1a4a3918b
2022-06-03T11:58:02.020Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T11:58:02.021Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_LBBLDeNMFs3xtsakIgMH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T11:58:02.021Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||Resource customization UUID: c6bc61f9-2a25-4276-ba57-de446fd20aec is the same as notified resource customizationUUID: c6bc61f9-2a25-4276-ba57-de446fd20aec
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T11:58:02.051Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4847bf4b-1338 89fdb5a3-6088-4d41-99d5-b7b1a4a3918b 0 ASDC deployResourceStructure
2022-06-03T11:58:02.051Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar ASDC sendASDCNotification
2022-06-03T11:58:02.051Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar
2022-06-03T11:58:02.051Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T11:58:02.051Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T11:58:02.053Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:58:02.053Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257482051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:58:02.153Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:58:02.154Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:58:02.154Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:58:02.174Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:58:02.175Z||pool-195-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:58:03.054Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2346fe4-8a04-4d89-9342-4845722f17f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:58:03.066Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2346fe4-8a04-4d89-9342-4845722f17f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T11:58:03.069Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T11:58:03.070Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T11:58:03.070Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T11:58:03.070Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T11:58:03.070Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T11:58:03.071Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T11:58:03.071Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T11:58:03.077Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T11:58:33.077Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2346fe4-8a04-4d89-9342-4845722f17f1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T11:58:33.087Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2346fe4-8a04-4d89-9342-4845722f17f1 and serviceModelVersionId: c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed
2022-06-03T11:58:33.088Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85d2e2f4-093c-4ed6-bd32-0a7e36f5f062
2022-06-03T11:58:33.089Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0
2022-06-03T11:58:33.094Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T11:58:33.145Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Invoke
2022-06-03T11:58:33.145Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[72d252f4-f967-49e5-938f-0821180af150], X-ECOMP-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], X-TransactionId=[], X-ONAP-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], Content-Type=[application/merge-patch+json]}
2022-06-03T11:58:34.687Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Invoke
2022-06-03T11:58:34.687Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[241d3636-e8f4-4e7a-9ca4-7a26da0fc5be], X-ECOMP-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], X-TransactionId=[], X-ONAP-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], Content-Type=[application/merge-patch+json]}
2022-06-03T11:58:36.224Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Invoke
2022-06-03T11:58:36.224Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d867932-6ab8-4966-bfb3-980bf8ec9c96], X-ECOMP-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], X-TransactionId=[], X-ONAP-RequestID=[c2346fe4-8a04-4d89-9342-4845722f17f1], Content-Type=[application/merge-patch+json]}
2022-06-03T11:58:37.257Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:58:37.258Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T11:58:37.259Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:58:37.259Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T11:58:37.263Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T11:58:37.263Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2346fe4-8a04-4d89-9342-4845722f17f1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T11:58:37.263Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T11:58:37.263Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:58:37.265Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:58:37.265Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257517263,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:58:37.365Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:58:37.366Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:58:37.366Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:58:37.392Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:58:37.392Z||pool-196-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T11:58:50.912Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:58:50.913Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:58:50.913Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:58:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:58:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:58:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:58:51.043Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:58:51.044Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||received message from topic
2022-06-03T11:58:51.044Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:58:51.044Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:59:00.478Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:50.912Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:59:50.913Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:59:50.913Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T11:59:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T11:59:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:50.980Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:50.981Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.981Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:50.981Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:59:50.981Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.981Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/resourceInstances/pnf4847bf4b13380/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:59:50.982Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257470912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257479974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257482051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLbbldenmfs3xtsakigmh/1.0/artifacts/service-DemoPnfLbbldenmfs3xtsakigmh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "c2346fe4-8a04-4d89-9342-4845722f17f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257517263,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T11:59:50.983Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T11:59:51.549Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:51.550Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||received message from topic
2022-06-03T11:59:51.550Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"3215500b-19cd-458e-bc0e-abacf51addc7","serviceName":"vFW 2022-06-03 11-53-13","serviceVersion":"1.0","serviceUUID":"f10c6e84-175c-4d5d-8aee-590ba4fceea1","serviceDescription":"catalog service description","serviceInvariantUUID":"18359693-1153-42dc-b47f-ef33b4cdba4c","resources":[{"resourceInstanceName":"vFW 64af8eec-c329 0","resourceName":"vFW 64af8eec-c329","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92003650-96fd-4bb7-97db-4264ceba10a5","resourceInvariantUUID":"03730908-a45b-451d-bd92-649736d87660","resourceCustomizationUUID":"f2500df6-1f13-4475-b440-ec659ef6921d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml","artifactChecksum":"ZTVhYjFjNTMxMWUyOGI5ZTE3MTNkMWQ1NmU1NDgwZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ea0a915-765c-46a4-b053-b861152fd4b7","artifactVersion":"1"},{"artifactName":"vfw64af8eecc3290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json","artifactChecksum":"MDAyNzU3YzRjMDMyNDcxMzA4YmFmM2ZjYTQ2MjcwYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9b4f558-fba4-4020-98bb-56e80ed26144","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5c010b2e-4f27-4353-bb34-70b3ecab2e56","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml","artifactChecksum":"NDRkZWI2NjY3MWNlNTQwZTMzZWM4ODQ3YTljYmRmZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70342894-fa50-47b5-8e7f-c948d118a575","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"deadd552-8398-4b60-b8dd-e07d0ab42e72","artifactVersion":"2","generatedFromUUID":"5c010b2e-4f27-4353-bb34-70b3ecab2e56"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603115313-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml","artifactChecksum":"Nzc2YTg3MmQwZjAyN2NhZmQ5OGY5ZDdlMGEwNmI0YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bafa5f80-08b8-4f4d-9e40-47d587ea75c1","artifactVersion":"1"},{"artifactName":"service-Vfw20220603115313-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar","artifactChecksum":"NTFlMWJmZTFlNTQzZDIxMjc4MzVhOGFiZWZjM2IxMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b115034-174f-4202-bf35-9ad49106002c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T11:59:51.552Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:59:51.552Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:59:51.554Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:59:51.554Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:51.655Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:59:51.655Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:59:51.656Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:51.682Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:51.683Z||pool-197-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:59:52.555Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:59:52.556Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:59:52.599Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:59:52.599Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T11:59:52.658Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 59 ms
2022-06-03T11:59:52.659Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:59:52.659Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:52.675Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:52.675Z||pool-198-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T11:59:53.600Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:59:53.601Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:59:53.603Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:59:53.603Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T11:59:53.703Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:59:53.704Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:59:53.704Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:53.717Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:53.718Z||pool-199-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:59:54.603Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:59:54.605Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:59:54.607Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:59:54.607Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:54.707Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T11:59:54.708Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:59:54.709Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:54.723Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:54.723Z||pool-200-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:59:55.608Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:59:55.609Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:59:55.610Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:59:55.611Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T11:59:55.711Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:59:55.712Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:59:55.712Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:55.727Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:55.728Z||pool-201-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:59:56.611Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:59:56.612Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:59:56.614Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:59:56.614Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T11:59:56.714Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:59:56.715Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:59:56.715Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:56.731Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:56.731Z||pool-202-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:59:57.614Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T11:59:57.615Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:59:57.616Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:59:57.617Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T11:59:57.717Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:59:57.717Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:59:57.718Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:57.736Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:57.737Z||pool-203-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T11:59:58.618Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "serviceName": "vFW 2022-06-03 11-53-13",
  "serviceVersion": "1.0",
  "serviceUUID": "f10c6e84-175c-4d5d-8aee-590ba4fceea1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "18359693-1153-42dc-b47f-ef33b4cdba4c",
  "resources": [
    {
      "resourceInstanceName": "vFW 64af8eec-c329 0",
      "resourceCustomizationUUID": "f2500df6-1f13-4475-b440-ec659ef6921d",
      "resourceName": "vFW 64af8eec-c329",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "92003650-96fd-4bb7-97db-4264ceba10a5",
      "resourceInvariantUUID": "03730908-a45b-451d-bd92-649736d87660",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw64af8eecc3290_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
          "artifactChecksum": "MDAyNzU3YzRjMDMyNDcxMzA4YmFmM2ZjYTQ2MjcwYTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e9b4f558-fba4-4020-98bb-56e80ed26144",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5c010b2e-4f27-4353-bb34-70b3ecab2e56",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "deadd552-8398-4b60-b8dd-e07d0ab42e72",
            "generatedFromUUID": "5c010b2e-4f27-4353-bb34-70b3ecab2e56"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "deadd552-8398-4b60-b8dd-e07d0ab42e72",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603115313-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
      "artifactChecksum": "NTFlMWJmZTFlNTQzZDIxMjc4MzVhOGFiZWZjM2IxMmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b115034-174f-4202-bf35-9ad49106002c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T11:59:58.618Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T11:59:58.618Z|c2346fe4-8a04-4d89-9342-4845722f17f1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c6e84-175c-4d5d-8aee-590ba4fceea1 ASDC
2022-06-03T11:59:58.618Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||ASDC Notification:
DistributionID:3215500b-19cd-458e-bc0e-abacf51addc7
ServiceName:vFW 2022-06-03 11-53-13
ServiceVersion:1.0
ServiceUUID:f10c6e84-175c-4d5d-8aee-590ba4fceea1
ServiceInvariantUUID:18359693-1153-42dc-b47f-ef33b4cdba4c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603115313-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar
ArtifactUUID:7b115034-174f-4202-bf35-9ad49106002c
ArtifactChecksum:NTFlMWJmZTFlNTQzZDIxMjc4MzVhOGFiZWZjM2IxMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 64af8eec-c329 0
ResourceCustomizationUUID:f2500df6-1f13-4475-b440-ec659ef6921d
ResourceInvariantUUID:03730908-a45b-451d-bd92-649736d87660
ResourceName:vFW 64af8eec-c329
ResourceType:VF
ResourceUUID:92003650-96fd-4bb7-97db-4264ceba10a5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw64af8eecc3290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json
ArtifactUUID:e9b4f558-fba4-4020-98bb-56e80ed26144
ArtifactChecksum:MDAyNzU3YzRjMDMyNDcxMzA4YmFmM2ZjYTQ2MjcwYTQ=
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/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml
ArtifactUUID:5c010b2e-4f27-4353-bb34-70b3ecab2e56
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/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env
ArtifactUUID:deadd552-8398-4b60-b8dd-e07d0ab42e72
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/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env
ArtifactUUID:deadd552-8398-4b60-b8dd-e07d0ab42e72
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T11:59:58.618Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c6e84-175c-4d5d-8aee-590ba4fceea1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T11:59:58.659Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T11:59:58.660Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:59:58.660Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||MSO config path is: /app
2022-06-03T11:59:58.660Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Trying to download the artifact UUID: 7b115034-174f-4202-bf35-9ad49106002c from URL: /sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar
2022-06-03T11:59:58.660Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - download
2022-06-03T11:59:58.660Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar
2022-06-03T11:59:59.339Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T11:59:59.344Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar 7b115034-174f-4202-bf35-9ad49106002c 99004
2022-06-03T11:59:59.344Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar ASDC sendASDCNotification
2022-06-03T11:59:59.344Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar
2022-06-03T11:59:59.344Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T11:59:59.344Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T11:59:59.346Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T11:59:59.346Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257599344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T11:59:59.446Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T11:59:59.447Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T11:59:59.447Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T11:59:59.461Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T11:59:59.461Z||pool-204-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:00:00.347Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:00:00.348Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:00:00.348Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Trying to write artifact UUID: 7b115034-174f-4202-bf35-9ad49106002c, URL: /sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar to file: /app/ASDC/1/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:00.349Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603115313-csar.csar
2022-06-03T12:00:00.349Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:00.349Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:00.486Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2210349093306374448/Definitions/service-Vfw20220603115313-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-03T12:00:02.277Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||####################################################################################################
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.278Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 64af8eec-c329 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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|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-Vfw20220603115313-csar.csar
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|WARN|500||####################################################################################################
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:02.279Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:00:02.280Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:00:02.280Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.280Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:02.280Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:02.280Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:00:02.280Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:00:02.280Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.280Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:02.281Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.281Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is not matching search criteria
2022-06-03T12:00:02.281Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:00:02.281Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:00:02.281Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.281Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.281Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.281Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:00:02.282Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.283Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T12:00:02.283Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.283Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:00:02.283Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.283Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:02.283Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:00:02.283Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is not matching search criteria
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:00:02.284Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:00:02.285Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.286Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1720e9d8-3fd4-44e4-8793-cce679307423
2022-06-03T12:00:02.286Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.286Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is not matching search criteria
2022-06-03T12:00:02.286Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:00:02.286Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:00:02.286Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.286Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.286Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.287Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:00:02.287Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:00:02.287Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T12:00:02.287Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:00:02.287Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.287Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:00:02.287Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.287Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=22c3d936-36a7-4e19-a006-fbdf96ce2574
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is not matching search criteria
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:00:02.288Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:00:02.289Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:00:02.289Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:00:02.289Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:02.289Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:02.289Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T12:00:02.289Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2c3e7764-d12c-46cd-999b-0bf6904e072e
2022-06-03T12:00:02.289Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.289Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:02.290Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.290Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:02.290Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.290Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:02.290Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:02.290Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:02.290Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 11-53-13
Description:catalog service description
Model UUID:f10c6e84-175c-4d5d-8aee-590ba4fceea1
Model Version:NULL
Model InvariantUuid:18359693-1153-42dc-b47f-ef33b4cdba4c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 64af8eec-c329
Model UUID:21a1028d-02e3-45a9-9c33-e9d887bf4db7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:03730908-a45b-451d-bd92-649736d87660
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f2500df6-1f13-4475-b440-ec659ef6921d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:075c9544-7cf4-4b07-944d-c40f704dffc9
ModelName:Vfw64af8eecC329..base_vfw..module-0
ModelUuid:ea9d42d1-a7e2-47c6-9a8e-4e84a9e325a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1720e9d8-3fd4-44e4-8793-cce679307423
ModelInvariantUuid:e1eebb3f-ad78-4c81-896d-04d63e934765
ModelName:vFW 64af8eec-c329-nodes.vfwCvfc
ModelUuid:f586eed3-b4c1-4923-bdd8-14c29dd16b73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d419f769-9879-4318-a5e6-3bc275ce5a56
ModelInvariantUuid:f713c018-58e0-4c1a-a58b-dc974a53d117
ModelName:Vfw64af8eecC329.compute.nodes.heat.vfw
ModelUuid:1bdb81cf-7342-40b9-83df-a35e5022c942
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:22c3d936-36a7-4e19-a006-fbdf96ce2574
ModelInvariantUuid:fe8adadb-0936-44e5-8050-27c505ab9918
ModelName:vFW 64af8eec-c329-nodes.vsnCvfc
ModelUuid:d1448135-0934-4339-b472-d682febda157
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:527a2f90-add3-4f4a-a3f6-a0f9dc8e4631
ModelInvariantUuid:7621680c-b546-4f8a-856e-83a056798dcf
ModelName:Vfw64af8eecC329.compute.nodes.heat.vsn
ModelUuid:691556ba-5c31-49fc-aa18-7f24fa920374
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2c3e7764-d12c-46cd-999b-0bf6904e072e
ModelInvariantUuid:2dacf9fe-0c67-4bb8-99ec-ef5ec833a66f
ModelName:vFW 64af8eec-c329-nodes.vpgCvfc
ModelUuid:6eb7eb62-2e39-4e52-a88a-ae89818abeb6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a682b0f7-b9ed-4362-a201-3f285ede6bc7
ModelInvariantUuid:c9f9f4ec-efb4-4cdb-86cc-58ac83401017
ModelName:Vfw64af8eecC329.compute.nodes.heat.vpg
ModelUuid:12a3fda5-4058-4700-84dc-e307a77756d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:00:02.295Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 92003650-96fd-4bb7-97db-4264ceba10a5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:00:02.298Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||vFW 64af8eec-c329 0
2022-06-03T12:00:02.298Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 92003650-96fd-4bb7-97db-4264ceba10a5
2022-06-03T12:00:02.298Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Trying to download the artifact UUID: e9b4f558-fba4-4020-98bb-56e80ed26144 from URL: /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json
2022-06-03T12:00:02.298Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:00:02.298Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json
2022-06-03T12:00:03.034Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:00:03.034Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json e9b4f558-fba4-4020-98bb-56e80ed26144 785
2022-06-03T12:00:03.035Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json ASDC sendASDCNotification
2022-06-03T12:00:03.035Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json
2022-06-03T12:00:03.035Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:00:03.035Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:00:03.037Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:00:03.037Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257603035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:03.137Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:00:03.137Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:00:03.138Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:00:03.152Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:00:03.152Z||pool-205-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:00:04.037Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw64af8eecC329..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "075c9544-7cf4-4b07-944d-c40f704dffc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea9d42d1-a7e2-47c6-9a8e-4e84a9e325a9",
    "vfModuleModelCustomizationUUID": "5f2356e5-d7cd-4a5d-8484-f4e979add65e",
    "isBase": true,
    "artifacts": [
      "5c010b2e-4f27-4353-bb34-70b3ecab2e56",
      "deadd552-8398-4b60-b8dd-e07d0ab42e72"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:00:04.043Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw64af8eecC329..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea9d42d1-a7e2-47c6-9a8e-4e84a9e325a9
VfModuleModelInvariantUUID:075c9544-7cf4-4b07-944d-c40f704dffc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c010b2e-4f27-4353-bb34-70b3ecab2e56
,
deadd552-8398-4b60-b8dd-e07d0ab42e72

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

isBase:true


}

2022-06-03T12:00:04.046Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw64af8eecC329..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "075c9544-7cf4-4b07-944d-c40f704dffc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ea9d42d1-a7e2-47c6-9a8e-4e84a9e325a9",
    "vfModuleModelCustomizationUUID": "5f2356e5-d7cd-4a5d-8484-f4e979add65e",
    "isBase": true,
    "artifacts": [
      "5c010b2e-4f27-4353-bb34-70b3ecab2e56",
      "deadd552-8398-4b60-b8dd-e07d0ab42e72"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:00:04.046Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw64af8eecC329..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ea9d42d1-a7e2-47c6-9a8e-4e84a9e325a9
VfModuleModelInvariantUUID:075c9544-7cf4-4b07-944d-c40f704dffc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c010b2e-4f27-4353-bb34-70b3ecab2e56
,
deadd552-8398-4b60-b8dd-e07d0ab42e72

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

isBase:true


}

2022-06-03T12:00:04.046Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Trying to download the artifact UUID: 5c010b2e-4f27-4353-bb34-70b3ecab2e56 from URL: /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml
2022-06-03T12:00:04.046Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:00:04.047Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml
2022-06-03T12:00:04.412Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:00:04.413Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml 5c010b2e-4f27-4353-bb34-70b3ecab2e56 20368
2022-06-03T12:00:04.413Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T12:00:04.413Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml
2022-06-03T12:00:04.413Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:00:04.414Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:00:04.416Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:00:04.416Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257604413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:04.516Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:00:04.517Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:00:04.517Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:00:04.540Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:00:04.541Z||pool-206-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:00:05.416Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Trying to download the artifact UUID: deadd552-8398-4b60-b8dd-e07d0ab42e72 from URL: /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env
2022-06-03T12:00:05.417Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:00:05.417Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env
2022-06-03T12:00:06.925Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:00:06.926Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env deadd552-8398-4b60-b8dd-e07d0ab42e72 2098
2022-06-03T12:00:06.926Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T12:00:06.926Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env
2022-06-03T12:00:06.926Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:00:06.926Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:00:06.928Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:00:06.928Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257606926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:07.028Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:00:07.029Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:00:07.029Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:00:07.047Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:00:07.047Z||pool-207-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:00:07.928Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Preparing to deploy Service: f10c6e84-175c-4d5d-8aee-590ba4fceea1
2022-06-03T12:00:07.929Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 64af8eec-c329 0 92003650-96fd-4bb7-97db-4264ceba10a5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:00:07.944Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cc661e1, org.onap.sdc.toscaparser.api.parameters.Input@57d8d73c, org.onap.sdc.toscaparser.api.parameters.Input@2089619e, org.onap.sdc.toscaparser.api.parameters.Input@13718c0e, org.onap.sdc.toscaparser.api.parameters.Input@6cc72ee8]
2022-06-03T12:00:07.950Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.950Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:07.950Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T12:00:07.950Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||VFCustomizationUUID= f2500df6-1f13-4475-b440-ec659ef6921d
2022-06-03T12:00:07.950Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2500df6-1f13-4475-b440-ec659ef6921d matches Tosca VF Customization UUID: f2500df6-1f13-4475-b440-ec659ef6921d
2022-06-03T12:00:07.951Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||vfCustomizationUUID: f2500df6-1f13-4475-b440-ec659ef6921d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T12:00:07.953Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.953Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:07.953Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||resource request for resource customization id f2500df6-1f13-4475-b440-ec659ef6921d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T12:00:07.953Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@95791eb
2022-06-03T12:00:07.953Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.954Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:00:07.954Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f2356e5-d7cd-4a5d-8484-f4e979add65e
2022-06-03T12:00:07.954Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f2356e5-d7cd-4a5d-8484-f4e979add65e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T12:00:07.956Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.956Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:07.956Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:00:07.956Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.956Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:07.956Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:00:07.957Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.957Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is not matching search criteria
2022-06-03T12:00:07.957Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:00:07.957Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T12:00:07.957Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:00:07.957Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:00:07.957Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:00:07.957Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:07.958Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:07.958Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:00:07.958Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:07.958Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:00:07.958Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:07.958Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1720e9d8-3fd4-44e4-8793-cce679307423
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:00:07.960Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.960Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:07.960Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:00:07.960Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is not matching search criteria
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:00:07.961Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T12:00:07.962Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:00:07.962Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:07.962Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:00:07.962Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:07.962Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=22c3d936-36a7-4e19-a006-fbdf96ce2574
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:00:07.964Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.964Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:07.964Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:00:07.964Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.964Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is not matching search criteria
2022-06-03T12:00:07.964Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:00:07.964Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:00:07.965Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:07.965Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:07.965Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:00:07.965Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:00:07.965Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:00:07.965Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:00:07.965Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:00:07.965Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:00:07.966Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:00:07.966Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T12:00:07.966Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2c3e7764-d12c-46cd-999b-0bf6904e072e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:00:07.967Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.967Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:07.967Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:00:07.968Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.968Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Node template vFW 64af8eec-c329 0 is matching search criteria
2022-06-03T12:00:07.968Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found topology templates [vFW 64af8eec-c329 0] matching following query criteria: sdcType=VF, customizationUUID=f2500df6-1f13-4475-b440-ec659ef6921d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:00:07.969Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.969Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:07.969Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500|| resourceSeq for service uuid f10c6e84-175c-4d5d-8aee-590ba4fceea1: vFW 64af8eec-c329
2022-06-03T12:00:07.969Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.969Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:07.970Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.970Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:07.970Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.970Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:07.970Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.970Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:07.970Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:00:07.970Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Service vFW 2022-06-03 11-53-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:00:07.971Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||Saving Service: vFW 2022-06-03 11-53-13 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:00:08.144Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 64af8eec-c329 92003650-96fd-4bb7-97db-4264ceba10a5 1 ASDC deployResourceStructure
2022-06-03T12:00:08.145Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json ASDC sendASDCNotification
2022-06-03T12:00:08.145Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json
2022-06-03T12:00:08.145Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:00:08.145Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:00:08.147Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:00:08.147Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257608145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:00:08.247Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:00:08.248Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:00:08.248Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:00:08.275Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:00:08.275Z||pool-208-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:00:09.148Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T12:00:09.149Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml
2022-06-03T12:00:09.149Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:00:09.149Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:00:09.151Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:00:09.151Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257609148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:00:09.251Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:00:09.252Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:00:09.252Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:00:09.276Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:00:09.276Z||pool-209-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:00:10.151Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T12:00:10.152Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env
2022-06-03T12:00:10.152Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:00:10.153Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:00:10.157Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:00:10.157Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257610151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:00:10.257Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:00:10.258Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:00:10.258Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:00:10.271Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:00:10.272Z||pool-210-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:00:11.158Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar ASDC sendASDCNotification
2022-06-03T12:00:11.159Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar
2022-06-03T12:00:11.159Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:00:11.159Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:00:11.161Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:00:11.161Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257611158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:00:11.261Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:00:11.262Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:00:11.262Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:00:11.276Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:00:11.277Z||pool-211-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:00:12.162Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3215500b-19cd-458e-bc0e-abacf51addc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:00:12.174Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3215500b-19cd-458e-bc0e-abacf51addc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:00:12.175Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:00:12.176Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:00:12.176Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:00:42.176Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3215500b-19cd-458e-bc0e-abacf51addc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:00:42.185Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3215500b-19cd-458e-bc0e-abacf51addc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:00:42.186Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:00:42.186Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:00:42.186Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:00:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:00:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:00:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:00:50.961Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:00:50.962Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.962Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257542566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257540614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257542566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:00:50.963Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257540614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257542566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257540614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257542566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.964Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257540614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257542566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257540614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257542566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257540614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257550265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257542566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:00:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654257540614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257550265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257550265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257553654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257550265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257554274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257550265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257554840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257555139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257555160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257554274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257550265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257554840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257555160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257554274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257556631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257556653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257550265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:00:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257554840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257555160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257554274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257557656,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:00:50.978Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3215500b-19cd-458e-bc0e-abacf51addc7
2022-06-03T12:00:50.978Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3215500b-19cd-458e-bc0e-abacf51addc7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:00:50.992Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.992Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257556653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.992Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.992Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257554840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257555160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257554274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654257558659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257556653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257558831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257554840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257555160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257554274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.994Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.995Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257556653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:50.995Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:50.995Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:50.995Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "cds",
  "timestamp": 1654257559837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:00:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3215500b-19cd-458e-bc0e-abacf51addc7
2022-06-03T12:00:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3215500b-19cd-458e-bc0e-abacf51addc7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:00:51.020Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.020Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257554840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:51.020Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:51.020Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.020Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257555160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:51.020Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:51.020Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257554274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257556653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257554840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257555160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257556653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:00:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257562707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257563239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257556653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.022Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257564246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:00:51.023Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:51.023Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.023Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257564875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:51.023Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:51.023Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.023Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "policy-id",
  "timestamp": 1654257565251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:00:51.030Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3215500b-19cd-458e-bc0e-abacf51addc7
2022-06-03T12:00:51.030Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3215500b-19cd-458e-bc0e-abacf51addc7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T12:00:51.041Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.041Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257569963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:00:51.041Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:51.041Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.041Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257570356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:00:51.041Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:51.042Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.042Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654257571362,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:00:51.047Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3215500b-19cd-458e-bc0e-abacf51addc7
2022-06-03T12:00:51.047Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3215500b-19cd-458e-bc0e-abacf51addc7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:00:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257571975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:00:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257572513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:00:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:00:51.058Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.058Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "clamp",
  "timestamp": 1654257572981,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:00:51.064Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3215500b-19cd-458e-bc0e-abacf51addc7
2022-06-03T12:00:51.065Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3215500b-19cd-458e-bc0e-abacf51addc7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:00:51.075Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:00:51.075Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "aai-ml",
  "timestamp": 1654257573517,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:00:51.080Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3215500b-19cd-458e-bc0e-abacf51addc7
2022-06-03T12:00:51.080Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3215500b-19cd-458e-bc0e-abacf51addc7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:01:12.187Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3215500b-19cd-458e-bc0e-abacf51addc7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:01:12.199Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3215500b-19cd-458e-bc0e-abacf51addc7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:01:12.205Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:01:12.205Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:01:12.205Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:01:12.205Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:01:12.205Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:01:12.205Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:01:12.210Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:01:42.210Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 3215500b-19cd-458e-bc0e-abacf51addc7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:01:42.216Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3215500b-19cd-458e-bc0e-abacf51addc7 and serviceModelVersionId: f10c6e84-175c-4d5d-8aee-590ba4fceea1
2022-06-03T12:01:42.216Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18359693-1153-42dc-b47f-ef33b4cdba4c
2022-06-03T12:01:42.217Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0
2022-06-03T12:01:42.221Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:01:42.251Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d2e2f4-093c-4ed6-bd32-0a7e36f5f062/model-vers/model-ver/c8457932-2ebf-4b3f-bfbb-43ea7d38e4ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:01:42.252Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||Invoke
2022-06-03T12:01:43.775Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:01:43.776Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||Invoke
2022-06-03T12:01:45.311Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:01:45.312Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||Invoke
2022-06-03T12:01:46.349Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:01:46.350Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:01:46.350Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:01:46.350Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:01:46.356Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:01:46.356Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3215500b-19cd-458e-bc0e-abacf51addc7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:01:46.357Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:01:46.357Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:01:46.358Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:01:46.358Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|DEBUG|500||try to send status {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257706357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:01:46.458Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:01:46.459Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:01:46.459Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:01:46.478Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:01:46.478Z||pool-212-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:01:47.372Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:01:47.373Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:01:47.373Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:01:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:01:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:01:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:01:50.948Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:01:50.949Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.949Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:01:50.949Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T12:01:50.950Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257590912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257599344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257603035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.951Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257604413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257606926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257608145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/vfw64af8eecc3290_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257609148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.952Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257610151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/resourceInstances/vfw64af8eecc3290/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:01:50.953Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:01:50.953Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:01:50.953Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257611158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603115313/1.0/artifacts/service-Vfw20220603115313-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:01:50.953Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:01:57.125Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:01:57.125Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:01:57.126Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:01:57.126Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:02:06.713Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:02:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:02:50.914Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:02:50.914Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:02:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:02:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:02:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:02:51.447Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:02:51.447Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:02:51.447Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3215500b-19cd-458e-bc0e-abacf51addc7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654257706357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:02:51.448Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:03:00.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:03:50.913Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:03:50.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:03:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:03:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:03:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:03:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:04:00.488Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:04:00.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:04:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:04:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:04:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:04:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:04:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:04:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:05:00.480Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:05:00.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:05:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:05:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:05:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:05:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:05:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:05:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:06:00.484Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:06:00.484Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:06:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:06:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:06:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:06:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:06:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:06:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:07:00.476Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:07:00.476Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:07:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:07:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:07:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:07:50.916Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:07:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:07:50.917Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:00.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:00.501Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:50.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:08:50.913Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:08:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:08:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:08:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:51.179Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:51.180Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.180Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258105265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.181Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258100616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258102566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258105265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.182Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258100616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258102566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258105265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.183Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258102566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258100616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258105265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258102566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.184Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258100616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258105265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258102566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258100616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.185Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258105265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258102566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258100616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.186Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258105265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258115160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258102566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258100616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.187Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258105265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258115160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258102566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258100616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.188Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258115160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258117710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258118256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258115160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.189Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.190Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.190Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "cds",
  "timestamp": 1654258118718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:08:51.233Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ae2f1e3-77f9-420b-b365-478e21c2bc52
2022-06-03T12:08:51.233Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:08:51.256Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.256Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258119285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:08:51.256Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:08:51.256Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.257Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258115160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.257Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.257Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.257Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258120290,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:08:51.266Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3ae2f1e3-77f9-420b-b365-478e21c2bc52
2022-06-03T12:08:51.266Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:08:51.277Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.277Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258115160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.277Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.278Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.278Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258115160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.278Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.278Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.278Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258115160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:08:51.279Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.279Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.279Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258124228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:08:51.279Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:08:51.279Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.279Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258124274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.280Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.280Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.280Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258125236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:08:51.283Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:08:51.283Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.283Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258124840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.283Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.283Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.284Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258124274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.284Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.284Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.284Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "policy-id",
  "timestamp": 1654258126240,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:08:51.298Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ae2f1e3-77f9-420b-b365-478e21c2bc52
2022-06-03T12:08:51.298Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:08:51.312Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.313Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258124840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.313Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.313Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.313Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258124274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.313Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.314Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.314Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258126653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.314Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.314Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.314Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258124840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.315Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.315Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.315Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258124274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.315Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.315Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.315Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258126653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.316Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.316Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.316Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258124840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.316Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.316Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.316Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258124274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.317Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.317Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.317Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258126653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.317Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.317Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.318Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258124840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.318Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.318Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.318Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258124274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.318Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.319Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.319Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258126653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.319Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.319Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.319Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258124840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.319Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.320Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.320Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258124274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.320Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.320Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:08:51.320Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258126653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.321Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:08:51.550Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:51.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-03T12:08:51.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ae2f1e3-77f9-420b-b365-478e21c2bc52","serviceName":"Demo_pNF_vyytpK5sbh1113S25Dil","serviceVersion":"1.0","serviceUUID":"afbebff4-8ddf-4da0-982a-be4769a17b74","serviceDescription":"catalog service description","serviceInvariantUUID":"1ede324d-b1fa-4f76-9d8b-08e39fb0a17b","resources":[{"resourceInstanceName":"pNF c1f4dcd6-db02 0","resourceName":"pNF c1f4dcd6-db02","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ac7fed1b-dc87-4931-83ef-e28e4456e33e","resourceInvariantUUID":"1d3825f2-f411-4145-b7a1-ab8ab518d28c","resourceCustomizationUUID":"d76dfa67-75af-48e0-b456-9db37a97cb13","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml","artifactChecksum":"YjliYjZjYTI4NzY4Y2YzNzI2N2Y4Mzk1ZmQ0YjgyMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3102e94-bc9e-4197-bf40-5555110970b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5067495a-d3ee-4231-87fd-3c89590e448b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8335f1f8-b3f1-4596-b0e3-cc205baf2c60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml","artifactChecksum":"MTUzYzJhODI2YzI2NzVlNTU5MDQ4MzBiMjZiMzkyMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3a74c08-42b0-477b-a2ab-c5db91dc4096","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbbb356d-3902-4879-a755-b563aa035bdb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1aa26ec7-46d3-47e0-ab20-9b32fb16099a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVyytpk5sbh1113s25dil-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml","artifactChecksum":"YzMyMjUzZTJiNzhmZjgzNjk1ZTE4MDI5NjFmMzQ0ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90679b8d-47c7-4b53-9ba3-0dfa58b73101","artifactVersion":"1"},{"artifactName":"service-DemoPnfVyytpk5sbh1113s25dil-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar","artifactChecksum":"YzVmOTM0YmVlMDJjNTA0NDdhNmE4YTBjM2VhNmE5MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd812b92-f364-46b3-bb09-13cbc6317341","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:08:51.556Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:08:51.557Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:08:51.564Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:08:51.565Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:51.664Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:08:51.665Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:08:51.665Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:51.679Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:51.679Z||pool-213-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:08:52.565Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:08:52.566Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:08:52.568Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:08:52.568Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:52.668Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:08:52.669Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:08:52.669Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:52.682Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:52.683Z||pool-214-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:08:53.569Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:08:53.572Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:08:53.574Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:08:53.574Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:53.675Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T12:08:53.676Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:08:53.676Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:53.700Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:53.700Z||pool-215-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:08:54.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:08:54.576Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:08:54.578Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:08:54.578Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:54.678Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:08:54.679Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:08:54.679Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:54.693Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:54.694Z||pool-216-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:08:55.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:08:55.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:08:55.582Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:08:55.582Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:55.682Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:08:55.683Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:08:55.683Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:55.698Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:55.698Z||pool-217-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:08:56.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:08:56.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:08:56.586Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:08:56.586Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:56.686Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:08:56.687Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:08:56.687Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:56.702Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:56.702Z||pool-218-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:08:57.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:08:57.588Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:08:57.590Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:08:57.590Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:08:57.690Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:08:57.690Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:08:57.691Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:57.704Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:57.704Z||pool-219-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:08:58.590Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:08:58.591Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:08:58.593Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:08:58.593Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:08:58.693Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:08:58.694Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:08:58.694Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:08:58.708Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:08:58.709Z||pool-220-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:08:59.594Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "serviceName": "Demo_pNF_vyytpK5sbh1113S25Dil",
  "serviceVersion": "1.0",
  "serviceUUID": "afbebff4-8ddf-4da0-982a-be4769a17b74",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1ede324d-b1fa-4f76-9d8b-08e39fb0a17b",
  "resources": [
    {
      "resourceInstanceName": "pNF c1f4dcd6-db02 0",
      "resourceCustomizationUUID": "d76dfa67-75af-48e0-b456-9db37a97cb13",
      "resourceName": "pNF c1f4dcd6-db02",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ac7fed1b-dc87-4931-83ef-e28e4456e33e",
      "resourceInvariantUUID": "1d3825f2-f411-4145-b7a1-ab8ab518d28c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
      "artifactChecksum": "YzVmOTM0YmVlMDJjNTA0NDdhNmE4YTBjM2VhNmE5MTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cd812b92-f364-46b3-bb09-13cbc6317341"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:08:59.595Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:08:59.595Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 afbebff4-8ddf-4da0-982a-be4769a17b74 ASDC
2022-06-03T12:08:59.596Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3ae2f1e3-77f9-420b-b365-478e21c2bc52
ServiceName:Demo_pNF_vyytpK5sbh1113S25Dil
ServiceVersion:1.0
ServiceUUID:afbebff4-8ddf-4da0-982a-be4769a17b74
ServiceInvariantUUID:1ede324d-b1fa-4f76-9d8b-08e39fb0a17b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
ArtifactUUID:cd812b92-f364-46b3-bb09-13cbc6317341
ArtifactChecksum:YzVmOTM0YmVlMDJjNTA0NDdhNmE4YTBjM2VhNmE5MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c1f4dcd6-db02 0
ResourceCustomizationUUID:d76dfa67-75af-48e0-b456-9db37a97cb13
ResourceInvariantUUID:1d3825f2-f411-4145-b7a1-ab8ab518d28c
ResourceName:pNF c1f4dcd6-db02
ResourceType:PNF
ResourceUUID:ac7fed1b-dc87-4931-83ef-e28e4456e33e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T12:08:59.596Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF afbebff4-8ddf-4da0-982a-be4769a17b74 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:08:59.639Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:08:59.640Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-03T12:08:59.640Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-03T12:08:59.641Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cd812b92-f364-46b3-bb09-13cbc6317341 from URL: /sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:08:59.641Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-03T12:08:59.641Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:00.207Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-03T12:09:00.211Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar cd812b92-f364-46b3-bb09-13cbc6317341 82641
2022-06-03T12:09:00.211Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar ASDC sendASDCNotification
2022-06-03T12:09:00.211Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:00.212Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:09:00.212Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:09:00.214Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:09:00.214Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258140211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:09:00.314Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:09:00.315Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:09:00.315Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:09:00.329Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:09:00.329Z||pool-221-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:09:01.214Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:09:01.216Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-03T12:09:01.216Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cd812b92-f364-46b3-bb09-13cbc6317341, URL: /sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar to file: /app/ASDC/1/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:01.217Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:01.217Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:01.218Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:01.393Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7398154761461864169/Definitions/service-DemoPnfVyytpk5sbh1113s25dil-template.yml
2022-06-03T12:09:02.296Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:09:02.296Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-03T12:09:02.296Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.296Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T12:09:02.296Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c1f4dcd6-db02 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-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.297Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|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-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.297Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|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-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.297Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|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-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.297Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|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-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.297Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|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-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.297Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|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-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.297Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-03T12:09:02.297Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.298Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.298Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Node template pNF c1f4dcd6-db02 0 is matching search criteria
2022-06-03T12:09:02.298Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-03T12:09:02.298Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c1f4dcd6-db02 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:09:02.298Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.299Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.299Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Node template pNF c1f4dcd6-db02 0 is matching search criteria
2022-06-03T12:09:02.299Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-03T12:09:02.299Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF c1f4dcd6-db02 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:09:02.299Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.299Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.299Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.300Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.300Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.300Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.300Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.300Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.300Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.300Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.300Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vyytpK5sbh1113S25Dil
Description:catalog service description
Model UUID:afbebff4-8ddf-4da0-982a-be4769a17b74
Model Version:NULL
Model InvariantUuid:1ede324d-b1fa-4f76-9d8b-08e39fb0a17b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:09:02.306Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: ac7fed1b-dc87-4931-83ef-e28e4456e33e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:09:02.310Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||pNF c1f4dcd6-db02 0
2022-06-03T12:09:02.311Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ac7fed1b-dc87-4931-83ef-e28e4456e33e
2022-06-03T12:09:02.311Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||No resources found for Service: afbebff4-8ddf-4da0-982a-be4769a17b74
2022-06-03T12:09:02.311Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: afbebff4-8ddf-4da0-982a-be4769a17b74
2022-06-03T12:09:02.311Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c1f4dcd6-db02 0 ac7fed1b-dc87-4931-83ef-e28e4456e33e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:09:02.315Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cc1934a, org.onap.sdc.toscaparser.api.parameters.Input@4a8e25cb, org.onap.sdc.toscaparser.api.parameters.Input@2e2fcadc, org.onap.sdc.toscaparser.api.parameters.Input@1f886fb6, org.onap.sdc.toscaparser.api.parameters.Input@6fa3f4ce]
2022-06-03T12:09:02.316Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.316Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.316Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid afbebff4-8ddf-4da0-982a-be4769a17b74: pNF c1f4dcd6-db02
2022-06-03T12:09:02.316Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||Processing PNF resource: ac7fed1b-dc87-4931-83ef-e28e4456e33e
2022-06-03T12:09:02.316Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:09:02.316Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_vyytpK5sbh1113S25Dil is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:09:02.317Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||Resource customization UUID: d76dfa67-75af-48e0-b456-9db37a97cb13 is the same as notified resource customizationUUID: d76dfa67-75af-48e0-b456-9db37a97cb13
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T12:09:02.355Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c1f4dcd6-db02 ac7fed1b-dc87-4931-83ef-e28e4456e33e 0 ASDC deployResourceStructure
2022-06-03T12:09:02.356Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar ASDC sendASDCNotification
2022-06-03T12:09:02.356Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar
2022-06-03T12:09:02.356Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:09:02.356Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:09:02.358Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:09:02.358Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258142356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:09:02.458Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:09:02.458Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:09:02.459Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:09:02.478Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:09:02.478Z||pool-222-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:09:03.358Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:09:03.375Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:09:03.377Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:09:03.377Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:09:03.377Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:09:33.378Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:09:33.394Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:09:33.396Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:09:33.396Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:09:33.396Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:09:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:09:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:09:50.918Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:09:50.954Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:09:50.954Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:09:50.955Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258124840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:09:50.955Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:10:03.397Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:10:03.410Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:10:03.412Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:10:03.412Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:10:03.412Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:10:33.413Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:10:33.430Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:10:33.432Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:10:33.432Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:10:33.432Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:10:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:10:50.918Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:10:50.919Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:10:50.953Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:10:50.954Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:10:50.954Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258124274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:10:50.955Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:03.432Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:11:03.447Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:11:03.450Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:11:03.450Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:11:03.450Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:11:33.450Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:11:33.463Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:11:33.465Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:11:33.465Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:11:33.466Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:11:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:11:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:11:50.918Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:11:51.456Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:11:51.457Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.457Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.458Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.458Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.458Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258126653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.459Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.459Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.459Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258124840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:11:51.459Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.459Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.459Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.460Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.460Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.460Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258126653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.460Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.460Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.460Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.460Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.461Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.461Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258126653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:11:51.461Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.461Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.461Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258134698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:11:51.461Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:11:51.461Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.462Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.462Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.462Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.462Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.462Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.462Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.463Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258136334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:11:51.463Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:11:51.463Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.463Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/resourceInstances/pnfc1f4dcd6db020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.463Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.463Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.463Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:11:51.464Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.464Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.464Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258139090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:11:51.464Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:11:51.464Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.464Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258130912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:11:51.464Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:11:51.465Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.465Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258139469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:11:51.465Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:11:51.465Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.466Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258140475,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:11:51.473Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ae2f1e3-77f9-420b-b365-478e21c2bc52
2022-06-03T12:11:51.473Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:11:51.491Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.492Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258140509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:11:51.492Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:11:51.492Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.492Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258140211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:11:51.492Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:11:51.493Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.493Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258141085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:11:51.493Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:11:51.493Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.493Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "aai-ml",
  "timestamp": 1654258141515,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:11:51.497Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3ae2f1e3-77f9-420b-b365-478e21c2bc52
2022-06-03T12:11:51.498Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:11:51.506Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.506Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "clamp",
  "timestamp": 1654258142090,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:11:51.510Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ae2f1e3-77f9-420b-b365-478e21c2bc52
2022-06-03T12:11:51.511Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:11:51.518Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:11:51.518Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258142356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVyytpk5sbh1113s25dil/1.0/artifacts/service-DemoPnfVyytpk5sbh1113s25dil-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:11:51.518Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:12:03.466Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:12:03.477Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:12:03.479Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:12:03.479Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:12:03.479Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:12:03.479Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:12:03.480Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T12:12:03.480Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:12:03.480Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:12:03.485Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:12:33.485Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:12:33.492Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and serviceModelVersionId: afbebff4-8ddf-4da0-982a-be4769a17b74
2022-06-03T12:12:33.492Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ede324d-b1fa-4f76-9d8b-08e39fb0a17b
2022-06-03T12:12:33.493Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0
2022-06-03T12:12:33.503Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:12:33.559Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|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/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:12:33.561Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Invoke
2022-06-03T12:12:35.103Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:12:35.105Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Invoke
2022-06-03T12:12:36.642Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:12:36.644Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Invoke
2022-06-03T12:12:37.673Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:12:37.674Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:12:37.675Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:12:37.675Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:12:37.679Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:12:37.680Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ae2f1e3-77f9-420b-b365-478e21c2bc52 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:12:37.680Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:12:37.680Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:12:37.683Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:12:37.683Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258357680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:12:37.783Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:12:37.784Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:12:37.784Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:12:37.802Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:12:37.803Z||pool-223-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:12:38.705Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:12:38.706Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:12:38.706Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:12:49.025Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:12:49.026Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:12:49.026Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:12:49.027Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:12:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:12:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:12:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:12:51.553Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:12:51.554Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:12:51.554Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3ae2f1e3-77f9-420b-b365-478e21c2bc52",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258357680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:12:51.555Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:12:58.596Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:12:58.597Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:12:58.597Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:12:58.597Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:08.151Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:08.152Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:13:08.153Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:13:08.153Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:17.703Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:50.912Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:13:50.913Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:13:50.913Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:13:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:13:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:51.135Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:51.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:13:51.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258422566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:13:51.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:13:51.559Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:51.559Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||received message from topic
2022-06-03T12:13:51.559Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2ac3319e-77ae-4a62-bb9e-322deb50667a","serviceName":"vFW 2022-06-03 12-08-56","serviceVersion":"1.0","serviceUUID":"4ab7da5c-584b-4794-a0c0-b217d81c9887","serviceDescription":"catalog service description","serviceInvariantUUID":"ca7d4b52-b876-49bb-ad84-fd04971daa59","resources":[{"resourceInstanceName":"vFW 31379e08-5e32 0","resourceName":"vFW 31379e08-5e32","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39358b0e-f1d8-4dcd-bdfb-12cdb23aaa2d","resourceInvariantUUID":"64bb3a4e-48bb-47bf-affb-07f173f24354","resourceCustomizationUUID":"38e850e2-752c-42ee-a483-19fe5c44aa80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml","artifactChecksum":"MjlhNTY2MzA4YTY3MTQ1ZGEwOWMzNGUzMzEyYzU1MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6fabee2-82cc-47fa-ba43-7bb878958c41","artifactVersion":"1"},{"artifactName":"vfw31379e085e320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json","artifactChecksum":"NTY5YzhlNGJlMWJmZjMzZjQ3OWMwY2M4OWI1NTQ2OGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88d28a33-36c4-4997-888c-def0a6f40914","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c4a9d74-aea7-4411-9705-87da1372d247","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml","artifactChecksum":"YThmZGE0YjE0NGQwMDM2ODljOGZmYzNlZWFkNzU5MTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a44a304d-5200-4b13-864e-8fc09c3b4bfb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fa24f6cc-c1cf-437e-b000-c319e87446ae","artifactVersion":"2","generatedFromUUID":"3c4a9d74-aea7-4411-9705-87da1372d247"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603120856-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml","artifactChecksum":"NWE0ZTdhMGFiYjBmM2M3OGViODgyZmNiYmZkM2IxYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b97bc840-0eff-4052-a6d5-90d6e86be551","artifactVersion":"1"},{"artifactName":"service-Vfw20220603120856-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar","artifactChecksum":"NThkNDFlZGY2ODc2MjE4OGY0NWNiYjhlNjQxOTViMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1895a6e-9cc0-48f5-b7a0-8062fb74afdf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:13:51.562Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:13:51.562Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:13:51.564Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:13:51.564Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:13:51.664Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:13:51.665Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:13:51.665Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:51.685Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:51.686Z||pool-224-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:13:52.565Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:13:52.566Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:13:52.575Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:13:52.575Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:13:52.668Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-03T12:13:52.668Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:13:52.668Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:52.682Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:52.682Z||pool-225-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:13:53.575Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:13:53.576Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:13:53.578Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:13:53.578Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:13:53.678Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:13:53.679Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:13:53.679Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:53.695Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:53.695Z||pool-226-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:13:54.578Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:13:54.579Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:13:54.581Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:13:54.581Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:13:54.681Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:13:54.682Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:13:54.682Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:54.696Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:54.697Z||pool-227-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:13:55.581Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:13:55.582Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:13:55.584Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:13:55.584Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T12:13:55.684Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:13:55.685Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:13:55.685Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:55.699Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:55.699Z||pool-228-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:13:56.585Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:13:56.586Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:13:56.588Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:13:56.588Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:13:56.688Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:13:56.689Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:13:56.689Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:56.703Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:56.703Z||pool-229-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:13:57.588Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:13:57.588Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:13:57.590Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:13:57.590Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:13:57.691Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T12:13:57.692Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:13:57.692Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:57.708Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:57.709Z||pool-230-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:13:58.598Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "serviceName": "vFW 2022-06-03 12-08-56",
  "serviceVersion": "1.0",
  "serviceUUID": "4ab7da5c-584b-4794-a0c0-b217d81c9887",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ca7d4b52-b876-49bb-ad84-fd04971daa59",
  "resources": [
    {
      "resourceInstanceName": "vFW 31379e08-5e32 0",
      "resourceCustomizationUUID": "38e850e2-752c-42ee-a483-19fe5c44aa80",
      "resourceName": "vFW 31379e08-5e32",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "39358b0e-f1d8-4dcd-bdfb-12cdb23aaa2d",
      "resourceInvariantUUID": "64bb3a4e-48bb-47bf-affb-07f173f24354",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw31379e085e320_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
          "artifactChecksum": "NTY5YzhlNGJlMWJmZjMzZjQ3OWMwY2M4OWI1NTQ2OGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "88d28a33-36c4-4997-888c-def0a6f40914",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3c4a9d74-aea7-4411-9705-87da1372d247",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fa24f6cc-c1cf-437e-b000-c319e87446ae",
            "generatedFromUUID": "3c4a9d74-aea7-4411-9705-87da1372d247"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fa24f6cc-c1cf-437e-b000-c319e87446ae",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603120856-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
      "artifactChecksum": "NThkNDFlZGY2ODc2MjE4OGY0NWNiYjhlNjQxOTViMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b1895a6e-9cc0-48f5-b7a0-8062fb74afdf"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:13:58.599Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:13:58.600Z|c3a0046a-d67b-4fd6-ba51-2519ea18abd7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4ab7da5c-584b-4794-a0c0-b217d81c9887 ASDC
2022-06-03T12:13:58.601Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2ac3319e-77ae-4a62-bb9e-322deb50667a
ServiceName:vFW 2022-06-03 12-08-56
ServiceVersion:1.0
ServiceUUID:4ab7da5c-584b-4794-a0c0-b217d81c9887
ServiceInvariantUUID:ca7d4b52-b876-49bb-ad84-fd04971daa59
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603120856-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar
ArtifactUUID:b1895a6e-9cc0-48f5-b7a0-8062fb74afdf
ArtifactChecksum:NThkNDFlZGY2ODc2MjE4OGY0NWNiYjhlNjQxOTViMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 31379e08-5e32 0
ResourceCustomizationUUID:38e850e2-752c-42ee-a483-19fe5c44aa80
ResourceInvariantUUID:64bb3a4e-48bb-47bf-affb-07f173f24354
ResourceName:vFW 31379e08-5e32
ResourceType:VF
ResourceUUID:39358b0e-f1d8-4dcd-bdfb-12cdb23aaa2d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw31379e085e320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json
ArtifactUUID:88d28a33-36c4-4997-888c-def0a6f40914
ArtifactChecksum:NTY5YzhlNGJlMWJmZjMzZjQ3OWMwY2M4OWI1NTQ2OGY=
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/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml
ArtifactUUID:3c4a9d74-aea7-4411-9705-87da1372d247
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/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env
ArtifactUUID:fa24f6cc-c1cf-437e-b000-c319e87446ae
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/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env
ArtifactUUID:fa24f6cc-c1cf-437e-b000-c319e87446ae
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T12:13:58.601Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ab7da5c-584b-4794-a0c0-b217d81c9887 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:13:58.670Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:13:58.671Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:13:58.671Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:13:58.671Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Trying to download the artifact UUID: b1895a6e-9cc0-48f5-b7a0-8062fb74afdf from URL: /sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar
2022-06-03T12:13:58.671Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:13:58.671Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar
2022-06-03T12:13:58.948Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:13:58.953Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar b1895a6e-9cc0-48f5-b7a0-8062fb74afdf 98976
2022-06-03T12:13:58.953Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar ASDC sendASDCNotification
2022-06-03T12:13:58.953Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar
2022-06-03T12:13:58.953Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:13:58.954Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:13:58.958Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:13:58.958Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258438953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:13:59.056Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-03T12:13:59.056Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:13:59.056Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:13:59.071Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:13:59.071Z||pool-231-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:13:59.958Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:13:59.959Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:13:59.960Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Trying to write artifact UUID: b1895a6e-9cc0-48f5-b7a0-8062fb74afdf, URL: /sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar to file: /app/ASDC/1/service-Vfw20220603120856-csar.csar
2022-06-03T12:13:59.960Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603120856-csar.csar
2022-06-03T12:13:59.960Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603120856-csar.csar
2022-06-03T12:13:59.961Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603120856-csar.csar
2022-06-03T12:14:00.205Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5370645423128849537/Definitions/service-Vfw20220603120856-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-03T12:14:02.116Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:14:02.116Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||####################################################################################################
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.117Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 31379e08-5e32 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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.118Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.118Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|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-Vfw20220603120856-csar.csar
2022-06-03T12:14:02.118Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|WARN|500||####################################################################################################
2022-06-03T12:14:02.118Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.118Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:02.118Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:02.118Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:14:02.119Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:14:02.119Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.119Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:02.119Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:02.119Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:14:02.119Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:14:02.119Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.120Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:02.120Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.120Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is not matching search criteria
2022-06-03T12:14:02.120Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:14:02.120Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:14:02.120Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:14:02.120Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.120Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.121Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:14:02.122Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.122Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T12:14:02.122Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.122Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:14:02.122Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.122Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:02.122Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:14:02.123Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.123Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:02.123Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:14:02.123Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.123Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:02.123Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:14:02.123Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is not matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:14:02.124Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.125Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:14:02.125Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.125Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c754d86b-a7cb-4774-b182-25e740ae1d3a
2022-06-03T12:14:02.125Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.125Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is not matching search criteria
2022-06-03T12:14:02.125Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:14:02.125Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:14:02.125Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:14:02.126Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.126Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.126Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.126Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:14:02.126Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T12:14:02.126Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:14:02.126Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.127Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:14:02.127Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.127Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65a3ff7b-98e5-4c13-bd42-480fd34348af
2022-06-03T12:14:02.127Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.127Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is not matching search criteria
2022-06-03T12:14:02.127Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:14:02.127Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:14:02.127Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:02.128Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T12:14:02.129Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e083e05c-cb16-44fe-ac4f-daf368c061cf
2022-06-03T12:14:02.129Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.129Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:02.129Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.129Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:02.129Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.129Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:02.129Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:02.130Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:02.130Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 12-08-56
Description:catalog service description
Model UUID:4ab7da5c-584b-4794-a0c0-b217d81c9887
Model Version:NULL
Model InvariantUuid:ca7d4b52-b876-49bb-ad84-fd04971daa59
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 31379e08-5e32
Model UUID:22584008-dd86-4615-9d30-3be659681563
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64bb3a4e-48bb-47bf-affb-07f173f24354
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:38e850e2-752c-42ee-a483-19fe5c44aa80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bda2fc92-93c1-4e42-beb5-a33b1e0f3e6d
ModelName:Vfw31379e085e32..base_vfw..module-0
ModelUuid:ff4266e5-ab6c-4719-b6f6-fe068ecdebc9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c754d86b-a7cb-4774-b182-25e740ae1d3a
ModelInvariantUuid:a77ab336-f392-43e1-9f6e-bed35421ee59
ModelName:vFW 31379e08-5e32-nodes.vfwCvfc
ModelUuid:da065f06-131e-4c7b-adae-1d5fdf821de6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e9a3a144-f869-4858-9af4-c2ef22f08a80
ModelInvariantUuid:d76acf83-4dc4-4a16-8565-2b524aaf1ecf
ModelName:Vfw31379e085e32.compute.nodes.heat.vfw
ModelUuid:4fae617c-1eaf-4abd-ac7a-354fee763ff6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:65a3ff7b-98e5-4c13-bd42-480fd34348af
ModelInvariantUuid:97c101f4-bfcc-4b42-84a5-4c25f828a6b3
ModelName:vFW 31379e08-5e32-nodes.vsnCvfc
ModelUuid:b506a4ee-4306-4bbb-9455-a27c8e2b5766
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8b4b19d8-4b50-4aa8-a4c2-2229f72a9e26
ModelInvariantUuid:41b67495-caf4-4a4b-8c58-f06f073d6868
ModelName:Vfw31379e085e32.compute.nodes.heat.vsn
ModelUuid:90adc181-982e-418c-83a1-fc1b9b3ecdb3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e083e05c-cb16-44fe-ac4f-daf368c061cf
ModelInvariantUuid:22aeda30-dbc1-4837-bc3c-f2b53d7f8552
ModelName:vFW 31379e08-5e32-nodes.vpgCvfc
ModelUuid:fbcd549c-df71-4073-b423-81703f8398a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:eb3dc98c-9747-4fda-a2b7-0a6a255ef1ba
ModelInvariantUuid:713329bd-2267-418c-bb93-23f90c0afc8c
ModelName:Vfw31379e085e32.compute.nodes.heat.vpg
ModelUuid:6b4e1b9b-9080-4997-8d76-77a4b76c69d4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:14:02.138Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 39358b0e-f1d8-4dcd-bdfb-12cdb23aaa2d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:14:02.140Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||vFW 31379e08-5e32 0
2022-06-03T12:14:02.140Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 39358b0e-f1d8-4dcd-bdfb-12cdb23aaa2d
2022-06-03T12:14:02.140Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Trying to download the artifact UUID: 88d28a33-36c4-4997-888c-def0a6f40914 from URL: /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json
2022-06-03T12:14:02.140Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:14:02.140Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json
2022-06-03T12:14:02.291Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:14:02.291Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json 88d28a33-36c4-4997-888c-def0a6f40914 785
2022-06-03T12:14:02.292Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json ASDC sendASDCNotification
2022-06-03T12:14:02.292Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json
2022-06-03T12:14:02.292Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:14:02.292Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:14:02.294Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:14:02.294Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258442292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:14:02.394Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:14:02.394Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:14:02.395Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:14:02.408Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:14:02.408Z||pool-232-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:14:03.294Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw31379e085e32..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bda2fc92-93c1-4e42-beb5-a33b1e0f3e6d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff4266e5-ab6c-4719-b6f6-fe068ecdebc9",
    "vfModuleModelCustomizationUUID": "e690df30-9467-4bcb-9cbf-f5d7929bceb8",
    "isBase": true,
    "artifacts": [
      "3c4a9d74-aea7-4411-9705-87da1372d247",
      "fa24f6cc-c1cf-437e-b000-c319e87446ae"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:14:03.298Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw31379e085e32..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff4266e5-ab6c-4719-b6f6-fe068ecdebc9
VfModuleModelInvariantUUID:bda2fc92-93c1-4e42-beb5-a33b1e0f3e6d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c4a9d74-aea7-4411-9705-87da1372d247
,
fa24f6cc-c1cf-437e-b000-c319e87446ae

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

isBase:true


}

2022-06-03T12:14:03.300Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw31379e085e32..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bda2fc92-93c1-4e42-beb5-a33b1e0f3e6d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff4266e5-ab6c-4719-b6f6-fe068ecdebc9",
    "vfModuleModelCustomizationUUID": "e690df30-9467-4bcb-9cbf-f5d7929bceb8",
    "isBase": true,
    "artifacts": [
      "3c4a9d74-aea7-4411-9705-87da1372d247",
      "fa24f6cc-c1cf-437e-b000-c319e87446ae"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:14:03.300Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw31379e085e32..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff4266e5-ab6c-4719-b6f6-fe068ecdebc9
VfModuleModelInvariantUUID:bda2fc92-93c1-4e42-beb5-a33b1e0f3e6d
VfModuleModelDescription:NULL
Artifacts UUID List:{
3c4a9d74-aea7-4411-9705-87da1372d247
,
fa24f6cc-c1cf-437e-b000-c319e87446ae

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

isBase:true


}

2022-06-03T12:14:03.300Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Trying to download the artifact UUID: 3c4a9d74-aea7-4411-9705-87da1372d247 from URL: /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml
2022-06-03T12:14:03.300Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:14:03.300Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml
2022-06-03T12:14:03.602Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:14:03.603Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml 3c4a9d74-aea7-4411-9705-87da1372d247 20368
2022-06-03T12:14:03.603Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T12:14:03.603Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml
2022-06-03T12:14:03.603Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:14:03.603Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:14:03.605Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:14:03.605Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258443603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:14:03.705Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:14:03.706Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:14:03.706Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:14:03.721Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:14:03.721Z||pool-233-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:14:04.606Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Trying to download the artifact UUID: fa24f6cc-c1cf-437e-b000-c319e87446ae from URL: /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env
2022-06-03T12:14:04.606Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:14:04.607Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env
2022-06-03T12:14:05.522Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:14:05.523Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env fa24f6cc-c1cf-437e-b000-c319e87446ae 2098
2022-06-03T12:14:05.523Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T12:14:05.523Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env
2022-06-03T12:14:05.524Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:14:05.524Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:14:05.526Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:14:05.526Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258445523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:14:05.626Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:14:05.627Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:14:05.627Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:14:05.647Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:14:05.647Z||pool-234-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:14:06.527Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Preparing to deploy Service: 4ab7da5c-584b-4794-a0c0-b217d81c9887
2022-06-03T12:14:06.527Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 31379e08-5e32 0 39358b0e-f1d8-4dcd-bdfb-12cdb23aaa2d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:14:06.543Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10d49da, org.onap.sdc.toscaparser.api.parameters.Input@a7ef1c6, org.onap.sdc.toscaparser.api.parameters.Input@5584b347, org.onap.sdc.toscaparser.api.parameters.Input@20416ee7, org.onap.sdc.toscaparser.api.parameters.Input@4be9b0ac]
2022-06-03T12:14:06.545Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.545Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:06.545Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T12:14:06.545Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||VFCustomizationUUID= 38e850e2-752c-42ee-a483-19fe5c44aa80
2022-06-03T12:14:06.546Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38e850e2-752c-42ee-a483-19fe5c44aa80 matches Tosca VF Customization UUID: 38e850e2-752c-42ee-a483-19fe5c44aa80
2022-06-03T12:14:06.546Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||vfCustomizationUUID: 38e850e2-752c-42ee-a483-19fe5c44aa80  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T12:14:06.549Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.549Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:06.549Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||resource request for resource customization id 38e850e2-752c-42ee-a483-19fe5c44aa80: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T12:14:06.550Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d9773b6
2022-06-03T12:14:06.550Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.550Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:14:06.550Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e690df30-9467-4bcb-9cbf-f5d7929bceb8
2022-06-03T12:14:06.551Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e690df30-9467-4bcb-9cbf-f5d7929bceb8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T12:14:06.553Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.553Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:06.553Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:14:06.553Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.553Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:06.554Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:14:06.554Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.554Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is not matching search criteria
2022-06-03T12:14:06.554Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:14:06.554Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:14:06.555Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T12:14:06.555Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:14:06.555Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:14:06.555Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:06.555Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:06.555Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:14:06.555Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:06.556Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:14:06.556Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:06.556Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c754d86b-a7cb-4774-b182-25e740ae1d3a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:14:06.558Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.558Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:06.558Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:14:06.558Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.558Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is not matching search criteria
2022-06-03T12:14:06.559Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:14:06.559Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:14:06.559Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:14:06.559Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:06.559Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:06.559Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:06.559Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:14:06.559Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T12:14:06.560Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:14:06.560Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:06.560Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:14:06.560Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:06.560Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65a3ff7b-98e5-4c13-bd42-480fd34348af
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:14:06.561Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.562Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:06.562Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:14:06.562Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.562Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is not matching search criteria
2022-06-03T12:14:06.562Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:14:06.562Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:14:06.563Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:14:06.563Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:06.563Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:06.563Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:14:06.563Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:14:06.563Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:14:06.563Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:14:06.564Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:14:06.564Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:14:06.564Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T12:14:06.564Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e083e05c-cb16-44fe-ac4f-daf368c061cf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:14:06.565Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.566Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:06.566Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:14:06.566Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.566Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Node template vFW 31379e08-5e32 0 is matching search criteria
2022-06-03T12:14:06.566Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found topology templates [vFW 31379e08-5e32 0] matching following query criteria: sdcType=VF, customizationUUID=38e850e2-752c-42ee-a483-19fe5c44aa80
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:14:06.568Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.568Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:06.568Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500|| resourceSeq for service uuid 4ab7da5c-584b-4794-a0c0-b217d81c9887: vFW 31379e08-5e32
2022-06-03T12:14:06.568Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.568Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:06.568Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.568Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:06.569Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.569Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:06.569Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.569Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:06.569Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:14:06.569Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Service vFW 2022-06-03 12-08-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:14:06.569Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||Saving Service: vFW 2022-06-03 12-08-56 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:14:06.723Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 31379e08-5e32 39358b0e-f1d8-4dcd-bdfb-12cdb23aaa2d 1 ASDC deployResourceStructure
2022-06-03T12:14:06.723Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json ASDC sendASDCNotification
2022-06-03T12:14:06.723Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json
2022-06-03T12:14:06.723Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:14:06.724Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:14:06.725Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:14:06.725Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258446723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:14:06.826Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:14:06.826Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:14:06.826Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:14:06.845Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:14:06.845Z||pool-235-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:14:07.727Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T12:14:07.727Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml
2022-06-03T12:14:07.727Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:14:07.727Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:14:07.729Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:14:07.729Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258447727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:14:07.829Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:14:07.830Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:14:07.830Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:14:07.858Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:14:07.859Z||pool-236-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:14:08.731Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T12:14:08.747Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env
2022-06-03T12:14:08.747Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:14:08.748Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:14:08.751Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:14:08.751Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258448731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:14:08.851Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:14:08.852Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:14:08.852Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:14:08.865Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:14:08.866Z||pool-237-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:14:09.752Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar ASDC sendASDCNotification
2022-06-03T12:14:09.752Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar
2022-06-03T12:14:09.752Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:14:09.753Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:14:09.755Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:14:09.755Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258449752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:14:09.855Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:14:09.855Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:14:09.856Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:14:09.870Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:14:09.870Z||pool-238-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:14:10.756Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:14:10.764Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:14:10.766Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:14:10.766Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:14:10.766Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:14:40.768Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:14:40.782Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:14:40.784Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:14:40.785Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:14:40.785Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:14:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:14:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:14:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:14:50.949Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:14:50.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:14:50.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258424840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:14:50.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:15:10.785Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:15:10.795Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:15:10.796Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:15:10.797Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:15:10.797Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:15:40.797Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:15:40.805Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:15:40.806Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:15:40.806Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:15:40.806Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:15:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:15:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:15:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:15:50.948Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:15:50.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:15:50.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258424274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:15:50.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:15:50.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:15:50.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258426654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:15:50.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:10.807Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:16:10.817Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:16:10.819Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:16:10.819Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:16:10.819Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:16:40.819Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:16:40.830Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:16:40.832Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:16:40.832Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:16:40.832Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:16:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:16:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:16:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:16:51.452Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:16:51.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258422566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258424840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258426654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258424274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258422566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258424840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258426654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258424274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258424840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258422566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258426654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258424274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258424840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258422566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258426654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258424274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258435160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258435265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258424840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258422566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258426654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258424274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258435160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258435265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258424840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258422566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258426654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258424274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258435160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258430912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258435265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258438827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258435160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258438284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258438881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258435265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258438953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258435160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258435265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258439886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258435160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258440613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258435265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258435160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258441503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258440613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258435265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:16:51.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258442292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258443139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258442537,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:16:51.488Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ac3319e-77ae-4a62-bb9e-322deb50667a
2022-06-03T12:16:51.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac3319e-77ae-4a62-bb9e-322deb50667a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:16:51.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258440613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258443426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258444133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:16:51.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258443544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:16:51.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258444143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:16:51.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258443603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258440613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "cds",
  "timestamp": 1654258444431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:16:51.508Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ac3319e-77ae-4a62-bb9e-322deb50667a
2022-06-03T12:16:51.508Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac3319e-77ae-4a62-bb9e-322deb50667a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:16:51.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258445138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:16:51.521Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ac3319e-77ae-4a62-bb9e-322deb50667a
2022-06-03T12:16:51.522Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac3319e-77ae-4a62-bb9e-322deb50667a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:16:51.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "policy-id",
  "timestamp": 1654258445150,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:16:51.540Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ac3319e-77ae-4a62-bb9e-322deb50667a
2022-06-03T12:16:51.540Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac3319e-77ae-4a62-bb9e-322deb50667a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T12:16:51.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258440613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258445523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258440613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258440613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:16:51.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:16:51.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258446723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/vfw31379e085e320_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:16:51.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258447727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:16:51.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258448733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:16:51.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258448731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/resourceInstances/vfw31379e085e320/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:16:51.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "aai-ml",
  "timestamp": 1654258449738,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:16:51.559Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2ac3319e-77ae-4a62-bb9e-322deb50667a
2022-06-03T12:16:51.559Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac3319e-77ae-4a62-bb9e-322deb50667a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:16:51.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258449752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:16:51.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258451136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:16:51.568Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258453148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603120856/1.0/artifacts/service-Vfw20220603120856-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:16:51.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:16:51.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:16:51.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "clamp",
  "timestamp": 1654258454153,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:16:51.573Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ac3319e-77ae-4a62-bb9e-322deb50667a
2022-06-03T12:16:51.573Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac3319e-77ae-4a62-bb9e-322deb50667a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:17:10.832Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:17:10.843Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:17:10.845Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:17:10.845Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:17:10.845Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:17:10.845Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:17:10.846Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:17:10.846Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:17:10.850Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:17:40.851Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:17:40.865Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ac3319e-77ae-4a62-bb9e-322deb50667a and serviceModelVersionId: 4ab7da5c-584b-4794-a0c0-b217d81c9887
2022-06-03T12:17:40.865Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca7d4b52-b876-49bb-ad84-fd04971daa59
2022-06-03T12:17:40.867Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0
2022-06-03T12:17:40.876Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a7e691ad-b9fd-49c5-b4e2-bd44c91018c4/model-vers/model-ver/b5d4b0c4-66a6-4da3-b3eb-d5a0c65656a1?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:17:40.920Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Invoke
2022-06-03T12:17:40.920Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e5598c5-bcf5-4524-9bfc-2fb0ff44a3ec], X-ECOMP-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], X-TransactionId=[], X-ONAP-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], Content-Type=[application/merge-patch+json]}
2022-06-03T12:17:42.464Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Invoke
2022-06-03T12:17:42.464Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4d18c8e-7661-4cde-8963-192a542dc37b], X-ECOMP-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], X-TransactionId=[], X-ONAP-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], Content-Type=[application/merge-patch+json]}
2022-06-03T12:17:44.000Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Invoke
2022-06-03T12:17:44.000Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2492c8b0-08c1-4b6a-9541-ade6db211c0e], X-ECOMP-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], X-TransactionId=[], X-ONAP-RequestID=[2ac3319e-77ae-4a62-bb9e-322deb50667a], Content-Type=[application/merge-patch+json]}
2022-06-03T12:17:45.033Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:17:45.034Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:17:45.034Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:17:45.034Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:17:45.041Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:17:45.041Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ac3319e-77ae-4a62-bb9e-322deb50667a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:17:45.042Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:17:45.042Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:17:45.046Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:17:45.046Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258665041,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:17:45.146Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:17:45.147Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:17:45.147Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:17:45.166Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:17:45.167Z||pool-239-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:17:46.065Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:17:46.066Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:17:46.066Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:17:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:17:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:17:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:17:51.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:17:51.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:17:51.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac3319e-77ae-4a62-bb9e-322deb50667a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258665041,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:17:51.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:17:56.404Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:17:56.405Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:17:56.405Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:17:56.405Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:05.982Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:05.983Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:18:05.983Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:18:05.983Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:15.542Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:15.543Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:18:15.543Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:18:15.543Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:25.092Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:50.912Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:18:50.913Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:18:50.913Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:18:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:18:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:51.186Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:51.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258702566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258705265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258700616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258702566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258705265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258700616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258702566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258705265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258700616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258702566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258705265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258700616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258702566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258705265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258700616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258702566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258705265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258700616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:18:51.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258702566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.196Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258705265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258700616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654258702566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:18:51.197Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258705265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:18:51.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258700616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.198Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258716272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:18:51.199Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:18:51.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.200Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258717110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:18:51.200Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:18:51.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "cds",
  "timestamp": 1654258717278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:18:51.215Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59602351-72b2-495c-918c-b8c7171ad8ee
2022-06-03T12:18:51.216Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59602351-72b2-495c-918c-b8c7171ad8ee and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258718154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654258719166,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:18:51.230Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 59602351-72b2-495c-918c-b8c7171ad8ee
2022-06-03T12:18:51.230Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59602351-72b2-495c-918c-b8c7171ad8ee and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:18:51.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258715160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258724243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258724274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258725254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258724840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258724274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "policy-id",
  "timestamp": 1654258726264,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:18:51.245Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59602351-72b2-495c-918c-b8c7171ad8ee
2022-06-03T12:18:51.245Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59602351-72b2-495c-918c-b8c7171ad8ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:18:51.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258724840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258724274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258726653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258724840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258724274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258726653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258724840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258724274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258726653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258724840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258724274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258726653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258724840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258724274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:18:51.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258726653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:18:51.545Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:51.545Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||received message from topic
2022-06-03T12:18:51.546Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"59602351-72b2-495c-918c-b8c7171ad8ee","serviceName":"Demo_pNF_4BdAV3usGHpdSUTVhcxx","serviceVersion":"1.0","serviceUUID":"eef070f7-37be-494a-a016-6e0033acfcf7","serviceDescription":"catalog service description","serviceInvariantUUID":"e9ca334a-1c8e-4218-aca8-e8034dc1402d","resources":[{"resourceInstanceName":"pNF 3dbfacd2-0aff 0","resourceName":"pNF 3dbfacd2-0aff","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"55c5945c-97e8-4054-adf5-07f919d79058","resourceInvariantUUID":"0efa1dff-ceb3-4819-9037-31168ee4e3e0","resourceCustomizationUUID":"992a504a-4b7b-4369-a7ae-c30ad1e85deb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml","artifactChecksum":"MmU2NjMyNDc3ZWRlYzU0YTFmNDU5NTFiNGUxYTk4Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ea23703-d287-45ac-8eb1-bbba3259219f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fe95968-51f1-43ed-b526-e21f47f28125","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30fb2462-3da2-41d7-893b-3fd64435b578","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTM4MDVjODllNzNiMDZjYjY1M2NhNTNjMjY0Mzc0ZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"248dde4b-fcbe-40ce-9755-a445c56a469d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65cfa23b-538e-4559-a8b9-8002d89f30be","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a53b50c8-4b53-4834-b31b-fa20b58c7523","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4bdav3usghpdsutvhcxx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml","artifactChecksum":"NWRhNGIwY2JiYmNlNDc1MzZiODNmYjAwOGQwN2RjYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c03a592-9a54-43b9-baba-b77ff5af9ce2","artifactVersion":"1"},{"artifactName":"service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar","artifactChecksum":"YWE1YmJmYTE4ODdhNzExOTg2OTY4YmEwMTgwZDQwYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c82f7e38-a9c9-4a56-a111-978461473363","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:18:51.548Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:18:51.548Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:18:51.551Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:18:51.551Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:51.651Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:18:51.652Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:18:51.652Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:51.668Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:51.668Z||pool-240-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:18:52.552Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:18:52.552Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:18:52.554Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:18:52.555Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:52.655Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:18:52.655Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:18:52.655Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:52.669Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:52.669Z||pool-241-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:18:53.563Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:18:53.564Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:18:53.566Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:18:53.566Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:53.667Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T12:18:53.668Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:18:53.668Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:53.683Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:53.683Z||pool-242-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:18:54.567Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:18:54.568Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:18:54.570Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:18:54.570Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:54.670Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:18:54.671Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:18:54.671Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:54.684Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:54.685Z||pool-243-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:18:55.570Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:18:55.572Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:18:55.575Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:18:55.575Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:55.684Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-03T12:18:55.684Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:18:55.685Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:55.700Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:55.700Z||pool-244-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:18:56.576Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:18:56.576Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:18:56.578Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:18:56.579Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:56.679Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:18:56.679Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:18:56.679Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:56.694Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:56.694Z||pool-245-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:18:57.579Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:18:57.584Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:18:57.586Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:18:57.586Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:18:57.686Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:18:57.687Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:18:57.687Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:57.701Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:57.701Z||pool-246-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:18:58.586Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:18:58.587Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:18:58.589Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:18:58.589Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:18:58.689Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:18:58.690Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:18:58.690Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:18:58.705Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:18:58.705Z||pool-247-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:18:59.594Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "serviceName": "Demo_pNF_4BdAV3usGHpdSUTVhcxx",
  "serviceVersion": "1.0",
  "serviceUUID": "eef070f7-37be-494a-a016-6e0033acfcf7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e9ca334a-1c8e-4218-aca8-e8034dc1402d",
  "resources": [
    {
      "resourceInstanceName": "pNF 3dbfacd2-0aff 0",
      "resourceCustomizationUUID": "992a504a-4b7b-4369-a7ae-c30ad1e85deb",
      "resourceName": "pNF 3dbfacd2-0aff",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "55c5945c-97e8-4054-adf5-07f919d79058",
      "resourceInvariantUUID": "0efa1dff-ceb3-4819-9037-31168ee4e3e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
      "artifactChecksum": "YWE1YmJmYTE4ODdhNzExOTg2OTY4YmEwMTgwZDQwYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c82f7e38-a9c9-4a56-a111-978461473363"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:18:59.594Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:18:59.595Z|2ac3319e-77ae-4a62-bb9e-322deb50667a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eef070f7-37be-494a-a016-6e0033acfcf7 ASDC
2022-06-03T12:18:59.596Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||ASDC Notification:
DistributionID:59602351-72b2-495c-918c-b8c7171ad8ee
ServiceName:Demo_pNF_4BdAV3usGHpdSUTVhcxx
ServiceVersion:1.0
ServiceUUID:eef070f7-37be-494a-a016-6e0033acfcf7
ServiceInvariantUUID:e9ca334a-1c8e-4218-aca8-e8034dc1402d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
ArtifactUUID:c82f7e38-a9c9-4a56-a111-978461473363
ArtifactChecksum:YWE1YmJmYTE4ODdhNzExOTg2OTY4YmEwMTgwZDQwYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3dbfacd2-0aff 0
ResourceCustomizationUUID:992a504a-4b7b-4369-a7ae-c30ad1e85deb
ResourceInvariantUUID:0efa1dff-ceb3-4819-9037-31168ee4e3e0
ResourceName:pNF 3dbfacd2-0aff
ResourceType:PNF
ResourceUUID:55c5945c-97e8-4054-adf5-07f919d79058
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T12:18:59.596Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eef070f7-37be-494a-a016-6e0033acfcf7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:18:59.624Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:18:59.625Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:18:59.625Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:18:59.625Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Trying to download the artifact UUID: c82f7e38-a9c9-4a56-a111-978461473363 from URL: /sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:18:59.625Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:18:59.626Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:00.371Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:19:00.374Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar c82f7e38-a9c9-4a56-a111-978461473363 82637
2022-06-03T12:19:00.375Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar ASDC sendASDCNotification
2022-06-03T12:19:00.375Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:00.375Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:19:00.376Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:19:00.378Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:19:00.378Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258740375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:19:00.478Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:19:00.479Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:19:00.479Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:19:00.494Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:19:00.495Z||pool-248-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:19:01.378Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:19:01.379Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:19:01.380Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Trying to write artifact UUID: c82f7e38-a9c9-4a56-a111-978461473363, URL: /sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar to file: /app/ASDC/1/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:01.380Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:01.381Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:01.381Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:01.550Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3424361121235760102/Definitions/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml
2022-06-03T12:19:02.417Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:19:02.418Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||####################################################################################################
2022-06-03T12:19:02.418Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.418Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T12:19:02.418Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|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-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.418Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.418Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|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-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.419Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|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-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.419Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|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-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.419Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3dbfacd2-0aff 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-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.419Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|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-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.419Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|WARN|500||####################################################################################################
2022-06-03T12:19:02.420Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.420Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.420Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Node template pNF 3dbfacd2-0aff 0 is matching search criteria
2022-06-03T12:19:02.420Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:19:02.421Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found topology templates [pNF 3dbfacd2-0aff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:19:02.421Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.421Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.421Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Node template pNF 3dbfacd2-0aff 0 is matching search criteria
2022-06-03T12:19:02.422Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:19:02.422Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found topology templates [pNF 3dbfacd2-0aff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:19:02.422Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.422Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.423Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.423Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.423Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.423Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.423Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.424Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.424Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.424Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.424Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4BdAV3usGHpdSUTVhcxx
Description:catalog service description
Model UUID:eef070f7-37be-494a-a016-6e0033acfcf7
Model Version:NULL
Model InvariantUuid:e9ca334a-1c8e-4218-aca8-e8034dc1402d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:19:02.433Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 55c5945c-97e8-4054-adf5-07f919d79058
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:19:02.436Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||pNF 3dbfacd2-0aff 0
2022-06-03T12:19:02.436Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 55c5945c-97e8-4054-adf5-07f919d79058
2022-06-03T12:19:02.437Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||No resources found for Service: eef070f7-37be-494a-a016-6e0033acfcf7
2022-06-03T12:19:02.437Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Preparing to deploy Service: eef070f7-37be-494a-a016-6e0033acfcf7
2022-06-03T12:19:02.437Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3dbfacd2-0aff 0 55c5945c-97e8-4054-adf5-07f919d79058 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:19:02.442Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d0587ae, org.onap.sdc.toscaparser.api.parameters.Input@4acb8087, org.onap.sdc.toscaparser.api.parameters.Input@51a13ef4, org.onap.sdc.toscaparser.api.parameters.Input@7de4a96f, org.onap.sdc.toscaparser.api.parameters.Input@5c7d698a]
2022-06-03T12:19:02.443Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.443Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.443Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500|| resourceSeq for service uuid eef070f7-37be-494a-a016-6e0033acfcf7: pNF 3dbfacd2-0aff
2022-06-03T12:19:02.443Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Processing PNF resource: 55c5945c-97e8-4054-adf5-07f919d79058
2022-06-03T12:19:02.444Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:19:02.444Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Service Demo_pNF_4BdAV3usGHpdSUTVhcxx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:19:02.444Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||Resource customization UUID: 992a504a-4b7b-4369-a7ae-c30ad1e85deb is the same as notified resource customizationUUID: 992a504a-4b7b-4369-a7ae-c30ad1e85deb
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T12:19:02.482Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3dbfacd2-0aff 55c5945c-97e8-4054-adf5-07f919d79058 0 ASDC deployResourceStructure
2022-06-03T12:19:02.483Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar ASDC sendASDCNotification
2022-06-03T12:19:02.483Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar
2022-06-03T12:19:02.483Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:19:02.483Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:19:02.485Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:19:02.485Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258742483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:19:02.585Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:19:02.586Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:19:02.586Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:19:02.609Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:19:02.609Z||pool-249-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:19:03.486Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:19:03.497Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:19:03.499Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:19:03.499Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:19:03.499Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:19:33.500Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:19:33.511Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:19:33.514Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:19:33.514Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:19:33.514Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:19:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:19:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:19:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:19:50.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:19:50.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:19:50.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258724840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:19:50.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:20:03.514Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:20:03.524Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:20:03.526Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:20:03.527Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:20:03.527Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:20:33.527Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:20:33.538Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:20:33.539Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:20:33.540Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:20:33.540Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:20:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:20:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:20:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:20:50.949Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:20:50.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:20:50.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258724274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:20:50.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:03.540Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:21:03.551Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:21:03.552Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:21:03.553Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:21:03.553Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:21:33.553Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:21:33.563Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:21:33.565Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:21:33.565Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:21:33.565Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:21:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:21:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:21:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:21:51.449Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:21:51.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258726653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258724840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258726653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258734132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258726653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258735688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/resourceInstances/pnf3dbfacd20aff0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258738534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258730912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654258739539,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:21:51.459Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59602351-72b2-495c-918c-b8c7171ad8ee
2022-06-03T12:21:51.459Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59602351-72b2-495c-918c-b8c7171ad8ee and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:21:51.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258739554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:21:51.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:21:51.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "aai-ml",
  "timestamp": 1654258740559,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:21:51.478Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 59602351-72b2-495c-918c-b8c7171ad8ee
2022-06-03T12:21:51.478Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59602351-72b2-495c-918c-b8c7171ad8ee and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:21:51.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258740375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:21:51.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:21:51.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258742200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:21:51.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:21:51.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258742483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:21:51.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:21:51.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258745201,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4bdav3usghpdsutvhcxx/1.0/artifacts/service-DemoPnf4bdav3usghpdsutvhcxx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:21:51.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:21:51.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:21:51.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "clamp",
  "timestamp": 1654258746205,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:21:51.495Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59602351-72b2-495c-918c-b8c7171ad8ee
2022-06-03T12:21:51.495Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59602351-72b2-495c-918c-b8c7171ad8ee and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:22:03.565Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:22:03.579Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:22:03.581Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:22:03.581Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:22:03.581Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:22:03.581Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:22:03.581Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T12:22:03.581Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:22:03.581Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:22:03.589Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:22:33.590Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 59602351-72b2-495c-918c-b8c7171ad8ee and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:22:33.597Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59602351-72b2-495c-918c-b8c7171ad8ee and serviceModelVersionId: eef070f7-37be-494a-a016-6e0033acfcf7
2022-06-03T12:22:33.598Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9ca334a-1c8e-4218-aca8-e8034dc1402d
2022-06-03T12:22:33.599Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0
2022-06-03T12:22:33.603Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca7d4b52-b876-49bb-ad84-fd04971daa59/model-vers/model-ver/4ab7da5c-584b-4794-a0c0-b217d81c9887?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:22:33.639Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||Invoke
2022-06-03T12:22:33.639Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a26d13ac-1a63-4b1c-90a7-e5328123276d], X-ECOMP-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], X-TransactionId=[], X-ONAP-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], Content-Type=[application/merge-patch+json]}
2022-06-03T12:22:35.167Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||Invoke
2022-06-03T12:22:35.167Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2580b194-87d6-4036-9f24-ef80efc26bce], X-ECOMP-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], X-TransactionId=[], X-ONAP-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], Content-Type=[application/merge-patch+json]}
2022-06-03T12:22:36.704Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||Invoke
2022-06-03T12:22:36.704Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f92b0d97-82e5-4fb1-a5e6-25af38426bf5], X-ECOMP-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], X-TransactionId=[], X-ONAP-RequestID=[59602351-72b2-495c-918c-b8c7171ad8ee], Content-Type=[application/merge-patch+json]}
2022-06-03T12:22:37.737Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:22:37.738Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:22:37.738Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:22:37.739Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:22:37.743Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:22:37.743Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59602351-72b2-495c-918c-b8c7171ad8ee and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:22:37.743Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:22:37.744Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:22:37.745Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:22:37.746Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|DEBUG|500||try to send status {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258957743,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:22:37.846Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:22:37.847Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:22:37.847Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:22:37.867Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:22:37.867Z||pool-250-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:22:38.757Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:22:38.758Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:22:38.758Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:22:49.087Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:22:49.088Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:22:49.088Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:22:49.088Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:22:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:22:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:22:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:22:51.559Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:22:51.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:22:51.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59602351-72b2-495c-918c-b8c7171ad8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654258957743,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:22:51.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:22:58.658Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:22:58.658Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:22:58.659Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:22:58.659Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:23:08.256Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:23:08.257Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:23:08.257Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:23:08.257Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:23:17.841Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:23:50.913Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:23:50.914Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:23:50.914Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:23:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:23:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:23:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:24:00.484Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:24:00.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:24:50.913Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:24:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:24:50.916Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:24:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:24:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:24:50.917Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:25:00.474Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:25:00.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:25:50.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:25:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:25:50.916Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:25:50.916Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:25:50.916Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:25:50.916Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:26:00.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:26:00.471Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:26:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:26:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:26:50.913Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:26:50.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:26:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:26:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:27:00.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:27:00.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:27:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:27:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:27:50.913Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:27:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:27:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:27:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:28:00.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:28:00.479Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:28:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:28:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:28:50.913Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:28:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:28:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:28:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:29:00.484Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:29:00.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:29:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:29:50.913Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:29:50.913Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:29:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:29:50.919Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:29:50.919Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:30:00.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:30:00.472Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:30:50.913Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:30:50.916Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:30:50.916Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:30:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:30:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:30:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:31:00.475Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:31:00.475Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:31:50.912Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:31:50.914Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:31:50.914Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:31:50.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:31:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:31:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:00.494Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:00.500Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:50.912Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:32:50.913Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:32:50.913Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:32:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:32:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:51.064Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:51.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259555167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259560616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259560265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259555167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259560616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259560265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259555167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259560616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259560265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259555167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259560616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259560265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259564274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259555167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259560616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259560265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259564840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259564274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259555167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259560616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:32:51.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259560265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259564840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259564274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259555167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259560616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259566654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259560265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259564840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259564274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259555167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:32:51.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259566654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259560616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259560265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:32:51.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259564840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.089Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259564274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259566654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259564840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259564274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259566654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.093Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259570430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:32:51.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:32:51.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259564840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259570314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:32:51.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:32:51.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259570889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:32:51.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:32:51.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:32:51.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259564274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T12:32:51.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259566654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:32:51.565Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:51.566Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||received message from topic
2022-06-03T12:32:51.566Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f1d33309-1f38-4365-8043-8f620efec3e6","serviceName":"Demo_pNF_18pazzGTmEvT6UhtKNI9","serviceVersion":"1.0","serviceUUID":"8fc5b419-bbcb-415f-82f4-3c1dc53fe68f","serviceDescription":"catalog service description","serviceInvariantUUID":"2b041846-ad78-4059-9b14-62901ba2ebce","resources":[{"resourceInstanceName":"pNF 15a74d09-b1b9 0","resourceName":"pNF 15a74d09-b1b9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1bfbfce5-586b-407f-b33f-5b38e6b739e2","resourceInvariantUUID":"a928ffb2-1222-46bf-b0e0-3d85f49641b8","resourceCustomizationUUID":"09616614-7b90-43ae-b569-943593a57b08","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml","artifactChecksum":"NWE0YzE1M2JjNDFiM2NhZTQyNTk1YTQyMWM5YWY3NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39e9f752-50df-40bd-a981-c40827703466","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43db3b0e-3753-4e27-97f4-c57b0324d64e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1312aa9-7406-4d7d-85e4-38de1c85054b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml","artifactChecksum":"NTc3ZGJmZjFmMjMxYTlkYjA4ZmQ0YzhhMmNjOTdjNWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"589d3eb3-b721-460f-93fb-7f178830220e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"116c24b0-111f-4b6c-962b-9daff6e49f5e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e2865e3-05ec-4745-8f15-9c8201e0ae4d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf18pazzgtmevt6uhtkni9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml","artifactChecksum":"M2NmZTdiNmJmMWRlNWZjNjQ0MjEwYWIwMGNmZGRmMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b244fca-aa6e-4b1c-8193-32c0f8631e01","artifactVersion":"1"},{"artifactName":"service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar","artifactChecksum":"Y2VhYTBjNzEyMmVkZGExMTQzYmUwMDVmNTQwYjc0NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28ceb0fa-358b-40bf-bb38-be42c89829fb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:32:51.569Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:32:51.570Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:32:51.577Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:32:51.578Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:51.677Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:32:51.678Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:32:51.679Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:51.709Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:51.710Z||pool-251-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:32:52.579Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:32:52.579Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:32:52.615Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:32:52.615Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:52.681Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 66 ms
2022-06-03T12:32:52.682Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:32:52.682Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:52.699Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:52.700Z||pool-252-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:32:53.616Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:32:53.617Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:32:53.619Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:32:53.619Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:53.719Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:32:53.720Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:32:53.720Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:53.735Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:53.736Z||pool-253-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:32:54.620Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:32:54.621Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:32:54.622Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:32:54.623Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:54.723Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:32:54.723Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:32:54.723Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:54.738Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:54.738Z||pool-254-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:32:55.623Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:32:55.624Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:32:55.636Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:32:55.636Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:55.728Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-03T12:32:55.729Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:32:55.729Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:55.755Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:55.756Z||pool-255-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:32:56.637Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:32:56.637Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:32:56.640Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:32:56.640Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:56.740Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:32:56.741Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:32:56.742Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:56.759Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:56.759Z||pool-256-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:32:57.641Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:32:57.641Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:32:57.643Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:32:57.643Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:32:57.743Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:32:57.744Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:32:57.745Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:57.759Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:57.759Z||pool-257-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:32:58.644Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:32:58.645Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:32:58.647Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:32:58.647Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:32:58.748Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:32:58.749Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:32:58.750Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:32:58.764Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:32:58.765Z||pool-258-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:32:59.648Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "serviceName": "Demo_pNF_18pazzGTmEvT6UhtKNI9",
  "serviceVersion": "1.0",
  "serviceUUID": "8fc5b419-bbcb-415f-82f4-3c1dc53fe68f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2b041846-ad78-4059-9b14-62901ba2ebce",
  "resources": [
    {
      "resourceInstanceName": "pNF 15a74d09-b1b9 0",
      "resourceCustomizationUUID": "09616614-7b90-43ae-b569-943593a57b08",
      "resourceName": "pNF 15a74d09-b1b9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1bfbfce5-586b-407f-b33f-5b38e6b739e2",
      "resourceInvariantUUID": "a928ffb2-1222-46bf-b0e0-3d85f49641b8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
      "artifactChecksum": "Y2VhYTBjNzEyMmVkZGExMTQzYmUwMDVmNTQwYjc0NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28ceb0fa-358b-40bf-bb38-be42c89829fb"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:32:59.648Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:32:59.649Z|3ae2f1e3-77f9-420b-b365-478e21c2bc52|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8fc5b419-bbcb-415f-82f4-3c1dc53fe68f ASDC
2022-06-03T12:32:59.650Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||ASDC Notification:
DistributionID:f1d33309-1f38-4365-8043-8f620efec3e6
ServiceName:Demo_pNF_18pazzGTmEvT6UhtKNI9
ServiceVersion:1.0
ServiceUUID:8fc5b419-bbcb-415f-82f4-3c1dc53fe68f
ServiceInvariantUUID:2b041846-ad78-4059-9b14-62901ba2ebce
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
ArtifactUUID:28ceb0fa-358b-40bf-bb38-be42c89829fb
ArtifactChecksum:Y2VhYTBjNzEyMmVkZGExMTQzYmUwMDVmNTQwYjc0NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 15a74d09-b1b9 0
ResourceCustomizationUUID:09616614-7b90-43ae-b569-943593a57b08
ResourceInvariantUUID:a928ffb2-1222-46bf-b0e0-3d85f49641b8
ResourceName:pNF 15a74d09-b1b9
ResourceType:PNF
ResourceUUID:1bfbfce5-586b-407f-b33f-5b38e6b739e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T12:32:59.650Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fc5b419-bbcb-415f-82f4-3c1dc53fe68f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:32:59.708Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:32:59.710Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:32:59.710Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:32:59.710Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Trying to download the artifact UUID: 28ceb0fa-358b-40bf-bb38-be42c89829fb from URL: /sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:32:59.710Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:32:59.710Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:00.679Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:33:00.684Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar 28ceb0fa-358b-40bf-bb38-be42c89829fb 82642
2022-06-03T12:33:00.685Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar ASDC sendASDCNotification
2022-06-03T12:33:00.685Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:00.685Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:33:00.685Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:33:00.688Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:33:00.688Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259580684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:33:00.788Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:33:00.789Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:33:00.789Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:33:00.804Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:33:00.805Z||pool-259-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:33:01.688Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:33:01.689Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:33:01.689Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Trying to write artifact UUID: 28ceb0fa-358b-40bf-bb38-be42c89829fb, URL: /sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar to file: /app/ASDC/1/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:01.690Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:01.690Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:01.690Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:01.938Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10791844505678026995/Definitions/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml
2022-06-03T12:33:02.819Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:33:02.819Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||####################################################################################################
2022-06-03T12:33:02.820Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.820Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T12:33:02.820Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|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-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.820Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.820Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|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-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.820Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|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-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.821Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|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-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.821Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 15a74d09-b1b9 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-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.821Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|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-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.821Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|WARN|500||####################################################################################################
2022-06-03T12:33:02.821Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.822Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.822Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Node template pNF 15a74d09-b1b9 0 is matching search criteria
2022-06-03T12:33:02.822Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:33:02.823Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found topology templates [pNF 15a74d09-b1b9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:33:02.823Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.823Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.823Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Node template pNF 15a74d09-b1b9 0 is matching search criteria
2022-06-03T12:33:02.823Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:33:02.824Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found topology templates [pNF 15a74d09-b1b9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:33:02.824Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.824Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.824Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.824Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.825Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.825Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.825Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.825Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.825Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.825Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.826Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_18pazzGTmEvT6UhtKNI9
Description:catalog service description
Model UUID:8fc5b419-bbcb-415f-82f4-3c1dc53fe68f
Model Version:NULL
Model InvariantUuid:2b041846-ad78-4059-9b14-62901ba2ebce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:33:02.836Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 1bfbfce5-586b-407f-b33f-5b38e6b739e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:33:02.841Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||pNF 15a74d09-b1b9 0
2022-06-03T12:33:02.841Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 1bfbfce5-586b-407f-b33f-5b38e6b739e2
2022-06-03T12:33:02.841Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||No resources found for Service: 8fc5b419-bbcb-415f-82f4-3c1dc53fe68f
2022-06-03T12:33:02.841Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Preparing to deploy Service: 8fc5b419-bbcb-415f-82f4-3c1dc53fe68f
2022-06-03T12:33:02.841Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 15a74d09-b1b9 0 1bfbfce5-586b-407f-b33f-5b38e6b739e2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:33:02.847Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6847f5d7, org.onap.sdc.toscaparser.api.parameters.Input@704f469b, org.onap.sdc.toscaparser.api.parameters.Input@6cfd446c, org.onap.sdc.toscaparser.api.parameters.Input@4014c5f4, org.onap.sdc.toscaparser.api.parameters.Input@17aa796c]
2022-06-03T12:33:02.847Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.848Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.848Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500|| resourceSeq for service uuid 8fc5b419-bbcb-415f-82f4-3c1dc53fe68f: pNF 15a74d09-b1b9
2022-06-03T12:33:02.848Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Processing PNF resource: 1bfbfce5-586b-407f-b33f-5b38e6b739e2
2022-06-03T12:33:02.848Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:33:02.849Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Service Demo_pNF_18pazzGTmEvT6UhtKNI9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:33:02.849Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||Resource customization UUID: 09616614-7b90-43ae-b569-943593a57b08 is the same as notified resource customizationUUID: 09616614-7b90-43ae-b569-943593a57b08
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T12:33:02.897Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 15a74d09-b1b9 1bfbfce5-586b-407f-b33f-5b38e6b739e2 0 ASDC deployResourceStructure
2022-06-03T12:33:02.898Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar ASDC sendASDCNotification
2022-06-03T12:33:02.898Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar
2022-06-03T12:33:02.898Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:33:02.898Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:33:02.900Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:33:02.900Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259582898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:33:03.000Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:33:03.001Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:33:03.001Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:33:03.018Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:33:03.019Z||pool-260-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:33:03.901Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:33:03.913Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:33:03.915Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:33:03.915Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:33:03.915Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:33:33.915Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:33:33.939Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:33:33.941Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:33:33.941Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:33:33.942Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:33:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:33:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:33:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:33:50.948Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:33:50.948Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:33:50.948Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259571439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:33:50.949Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:34:03.942Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:34:03.954Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:34:03.958Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:34:03.958Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:34:03.958Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:34:33.959Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:34:33.969Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:34:33.970Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:34:33.970Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:34:33.971Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:34:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:34:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:34:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:34:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:34:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:34:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259564840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:34:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:03.971Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:35:03.981Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:35:03.983Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:35:03.983Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:35:03.983Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:35:33.983Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:35:34.023Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:35:34.025Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:35:34.025Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T12:35:34.025Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T12:35:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:35:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:35:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:35:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:35:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "cds",
  "timestamp": 1654259571321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:50.975Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1d33309-1f38-4365-8043-8f620efec3e6
2022-06-03T12:35:50.975Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f1d33309-1f38-4365-8043-8f620efec3e6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:50.984Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:50.984Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259571921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259564274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259566654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:50.985Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "policy-id",
  "timestamp": 1654259572444,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1d33309-1f38-4365-8043-8f620efec3e6
2022-06-03T12:35:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f1d33309-1f38-4365-8043-8f620efec3e6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:50.996Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:50.997Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259564840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:50.997Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:50.997Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:50.997Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259572933,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f1d33309-1f38-4365-8043-8f620efec3e6
2022-06-03T12:35:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f1d33309-1f38-4365-8043-8f620efec3e6 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259566654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259566654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259575153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259577119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/resourceInstances/pnf15a74d09b1b90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259570912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259579377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259579952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:35:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259580955,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1d33309-1f38-4365-8043-8f620efec3e6
2022-06-03T12:35:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f1d33309-1f38-4365-8043-8f620efec3e6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.024Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.024Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259580829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:35:51.024Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.024Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.024Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259580684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.024Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.024Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.024Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259581380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:35:51.025Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.025Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.025Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "aai-ml",
  "timestamp": 1654259581834,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.029Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f1d33309-1f38-4365-8043-8f620efec3e6
2022-06-03T12:35:51.029Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f1d33309-1f38-4365-8043-8f620efec3e6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.038Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.038Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "clamp",
  "timestamp": 1654259582384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.041Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1d33309-1f38-4365-8043-8f620efec3e6
2022-06-03T12:35:51.042Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId f1d33309-1f38-4365-8043-8f620efec3e6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.049Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.049Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259575267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.049Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.049Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.049Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259580613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.049Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259575160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259582898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf18pazzgtmevt6uhtkni9/1.0/artifacts/service-DemoPnf18pazzgtmevt6uhtkni9-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259582564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259575267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.050Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259580613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259575160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259582564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259575267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.051Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259580613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259575160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259582564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259575267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259580613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.052Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259575160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259582564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259580613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259575267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.053Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259575160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259582564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259575267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259580613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.054Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259575160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259582564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259575267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259580613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259575160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.055Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259582564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259575267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259580613,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259575160,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.056Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259582564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259593372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259592966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259592805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259594386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:35:51.058Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.058Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.058Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "cds",
  "timestamp": 1654259593972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.072Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7587325b-f981-40e7-bb00-d84d7bc31c9c
2022-06-03T12:35:51.072Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7587325b-f981-40e7-bb00-d84d7bc31c9c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.080Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.080Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259594274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.080Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.080Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.080Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "policy-id",
  "timestamp": 1654259595397,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7587325b-f981-40e7-bb00-d84d7bc31c9c
2022-06-03T12:35:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7587325b-f981-40e7-bb00-d84d7bc31c9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259594840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259594274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259595426,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259594840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259594274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259596653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259594840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259597218,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259594274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259596653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259594840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259598246,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.096Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7587325b-f981-40e7-bb00-d84d7bc31c9c
2022-06-03T12:35:51.096Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7587325b-f981-40e7-bb00-d84d7bc31c9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T12:35:51.102Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.102Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259594274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.102Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.102Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.102Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259596653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.102Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259594840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259599250,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259594274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259596653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.103Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259594840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259594274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259596653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259594840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259594274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259596653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259594840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259596653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259603950,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259596653,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259606722,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259610435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259610428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:35:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.107Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.107Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259611441,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.111Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7587325b-f981-40e7-bb00-d84d7bc31c9c
2022-06-03T12:35:51.111Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7587325b-f981-40e7-bb00-d84d7bc31c9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "aai-ml",
  "timestamp": 1654259611440,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.123Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7587325b-f981-40e7-bb00-d84d7bc31c9c
2022-06-03T12:35:51.123Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7587325b-f981-40e7-bb00-d84d7bc31c9c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:35:51.133Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.133Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259613377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.133Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.133Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.133Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259614384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259617444,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259618453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:35:51.134Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "clamp",
  "timestamp": 1654259619460,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:35:51.138Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 7587325b-f981-40e7-bb00-d84d7bc31c9c
2022-06-03T12:35:51.138Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7587325b-f981-40e7-bb00-d84d7bc31c9c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:04.025Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:36:04.037Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:36:04.039Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:36:04.039Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:36:04.039Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:36:04.039Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:36:04.039Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T12:36:04.039Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:36:04.040Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:04.044Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:36:34.044Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f1d33309-1f38-4365-8043-8f620efec3e6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:36:34.055Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1d33309-1f38-4365-8043-8f620efec3e6 and serviceModelVersionId: 8fc5b419-bbcb-415f-82f4-3c1dc53fe68f
2022-06-03T12:36:34.055Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b041846-ad78-4059-9b14-62901ba2ebce
2022-06-03T12:36:34.056Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0
2022-06-03T12:36:34.062Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ede324d-b1fa-4f76-9d8b-08e39fb0a17b/model-vers/model-ver/afbebff4-8ddf-4da0-982a-be4769a17b74?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:36:34.105Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Invoke
2022-06-03T12:36:34.105Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3d3b641-bc32-4e53-9a66-01305ba2b57f], X-ECOMP-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], X-TransactionId=[], X-ONAP-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], Content-Type=[application/merge-patch+json]}
2022-06-03T12:36:35.648Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Invoke
2022-06-03T12:36:35.648Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3299e38-8d36-470f-99ab-727c3c15d76e], X-ECOMP-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], X-TransactionId=[], X-ONAP-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], Content-Type=[application/merge-patch+json]}
2022-06-03T12:36:37.183Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Invoke
2022-06-03T12:36:37.184Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[309b9c20-3233-48a2-b243-5fd8f3b760b3], X-ECOMP-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], X-TransactionId=[], X-ONAP-RequestID=[f1d33309-1f38-4365-8043-8f620efec3e6], Content-Type=[application/merge-patch+json]}
2022-06-03T12:36:38.221Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:36:38.222Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:36:38.222Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:36:38.222Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:36:38.227Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:36:38.227Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1d33309-1f38-4365-8043-8f620efec3e6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:36:38.227Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:36:38.228Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:38.230Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:38.230Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259798227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:36:38.330Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:38.331Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:38.331Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:38.355Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:38.355Z||pool-261-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:36:39.242Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:36:39.242Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:36:39.242Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:43.677Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:43.679Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:43.679Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7587325b-f981-40e7-bb00-d84d7bc31c9c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"713c0fc6-edcd-4bf6-ba40-06c07760eba9","serviceDescription":"service","serviceInvariantUUID":"c391bcab-dd7b-4683-95f3-88f00b07c4e6","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ac17354-d8be-44b3-82e3-f6ff0143544f","resourceInvariantUUID":"7f09fc97-6b16-4021-8130-39f54a7f3fa1","resourceCustomizationUUID":"fb6d340a-f78f-4754-b695-929e5303bf6f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fb44d20a-5847-4206-905c-e01adb849165","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"Njk5ZDFmZWRlZGRiYmYwZTEyZDZmMWZjNzc4MWRiMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea19ff8e-35eb-4768-8af8-44b51c4d83d6","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Y2Y3NjFjZDU0NDc4N2MyNTIzNTg1MDMwNDZhZjdhNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ea74a7b-e3dc-4601-b78c-ac3a44f13a77","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6456c2ea-ec89-43d3-a442-df9f67a9cafa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f12731c0-5be9-42b9-ba49-3108b66e2f94","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2eda845f-2120-4a1e-8480-ff757398e67a","artifactVersion":"2","generatedFromUUID":"6456c2ea-ec89-43d3-a442-df9f67a9cafa"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"M2E2YzFiZjE2MDJmYjg3ODVjNzc0NjcyZTg3OTBkZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dde2154c-112d-47d3-af5a-1d64bdd21248","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NmQ0YzE3YmMwYzhiZTJlMGNmYmFkMjVhMGFkZDIyYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01f05bc7-7936-453a-b315-5945c2ed033b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:36:43.680Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:36:43.681Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:43.683Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:43.683Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:43.783Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:43.784Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:43.784Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:43.800Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:43.800Z||pool-262-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:36:44.683Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:36:44.684Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:44.685Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:44.686Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:44.786Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:44.786Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:44.786Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:44.810Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:44.810Z||pool-263-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:36:45.686Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:36:45.690Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:45.692Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:45.692Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:36:45.792Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:45.793Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:45.793Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:45.821Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:45.821Z||pool-264-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:36:46.695Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:36:46.695Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:46.697Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:46.697Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:36:46.797Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:46.798Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:46.798Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:46.815Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:46.815Z||pool-265-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:36:47.697Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:36:47.698Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:47.700Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:47.700Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:47.800Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:47.800Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:47.801Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:47.822Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:47.822Z||pool-266-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:36:48.700Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:36:48.701Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:48.703Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:48.703Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T12:36:48.803Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:48.804Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:48.804Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:48.845Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:48.846Z||pool-267-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:36:49.703Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:36:49.704Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:49.705Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:49.705Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:49.806Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T12:36:49.806Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:49.806Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:49.823Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:49.823Z||pool-268-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:36:50.706Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:36:50.706Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:50.708Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:50.708Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.809Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T12:36:50.810Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:50.810Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:50.825Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:50.826Z||pool-269-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:36:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:36:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:36:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:50.935Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:50.949Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.949Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259635265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.949Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.949Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.949Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259642564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.949Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259640616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259635160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259635265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259642564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259640616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259635160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259635265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259642564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259640616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259635160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259635265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259642564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259640616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.952Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259635160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259635265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259642564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259635160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259640616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.953Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259635265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259642564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259635160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259640616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259635265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.954Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259642564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259635160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259640616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259651706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:50.955Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.956Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259652087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:50.956Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:50.956Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.956Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259652573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:50.956Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:50.956Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.956Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "cds",
  "timestamp": 1654259653094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c51b1ba-0cbf-44fb-b829-7e07c377407c
2022-06-03T12:36:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7c51b1ba-0cbf-44fb-b829-7e07c377407c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:50.975Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.975Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259653579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:36:50.975Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:50.976Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.976Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "policy-id",
  "timestamp": 1654259654583,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:50.979Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c51b1ba-0cbf-44fb-b829-7e07c377407c
2022-06-03T12:36:50.979Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7c51b1ba-0cbf-44fb-b829-7e07c377407c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259654325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:36:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259656040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.989Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:50.990Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:50.990Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:50.990Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259657072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c51b1ba-0cbf-44fb-b829-7e07c377407c
2022-06-03T12:36:50.993Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7c51b1ba-0cbf-44fb-b829-7e07c377407c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T12:36:51.000Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.000Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.000Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.003Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259658077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:36:51.003Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.003Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.003Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.003Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.003Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.004Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.005Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.006Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.006Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.006Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.006Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.006Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.006Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.007Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.007Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.007Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.007Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.007Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.007Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.008Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.009Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.010Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259662744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.011Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.012Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259654098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259664949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.013Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259655587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259667491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259668007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259669013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:36:51.016Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.017Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.017Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.017Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.017Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.017Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.017Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.017Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.017Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "policy-id",
  "timestamp": 1654259670016,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.036Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c9037c3-4b41-4222-9fc9-cec6efb9e86a
2022-06-03T12:36:51.037Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.043Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.043Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259660613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.043Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.043Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.043Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259670495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:36:51.044Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.044Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.044Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "cds",
  "timestamp": 1654259670247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:51.047Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c9037c3-4b41-4222-9fc9-cec6efb9e86a
2022-06-03T12:36:51.047Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.057Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.058Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.058Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.058Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259671498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:51.061Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c51b1ba-0cbf-44fb-b829-7e07c377407c
2022-06-03T12:36:51.061Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7c51b1ba-0cbf-44fb-b829-7e07c377407c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.068Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.068Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.068Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.068Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.068Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259672319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:36:51.068Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.069Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.069Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.069Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.069Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.069Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259662564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.069Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.069Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.070Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "aai-ml",
  "timestamp": 1654259673327,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:51.074Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7c51b1ba-0cbf-44fb-b829-7e07c377407c
2022-06-03T12:36:51.074Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7c51b1ba-0cbf-44fb-b829-7e07c377407c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.082Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.082Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.082Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.082Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.083Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259674573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.084Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.084Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.084Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.084Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.084Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.084Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.084Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.085Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.085Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.085Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.085Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.085Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.085Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.085Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.086Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259676125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.086Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.086Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.086Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259677389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.086Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.086Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.086Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.087Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.087Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.087Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.087Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.087Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.087Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259677640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.087Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.088Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.088Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.088Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.088Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.088Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.088Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.088Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.089Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259671251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.089Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.089Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.089Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259675160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.089Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.089Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.089Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259679408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:36:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.090Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259671251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259675160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.091Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259679352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.092Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "clamp",
  "timestamp": 1654259680414,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:51.097Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c51b1ba-0cbf-44fb-b829-7e07c377407c
2022-06-03T12:36:51.097Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7c51b1ba-0cbf-44fb-b829-7e07c377407c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.104Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.105Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259671251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259675160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.106Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259680422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:51.111Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c9037c3-4b41-4222-9fc9-cec6efb9e86a
2022-06-03T12:36:51.111Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T12:36:51.117Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.117Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259680616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.117Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.117Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.117Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.117Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.118Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.118Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.118Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.118Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.118Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259656656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.118Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.118Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259671251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259675160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.119Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259681426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:36:51.120Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.120Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.120Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259680616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.120Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.120Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.120Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.120Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.121Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.121Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.121Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.121Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.121Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259671251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.121Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.121Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.122Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259675160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.122Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.122Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.122Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259682938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.122Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.122Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.122Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259680616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.123Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.123Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.123Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.123Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.123Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.123Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259654840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.124Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.124Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.124Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259671251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.124Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.124Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.124Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259682564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.124Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.124Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.125Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259675160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.125Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.125Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.125Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259680616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.125Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.125Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.125Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.126Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.126Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.126Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259671251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.126Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.126Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.126Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259682564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.126Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.127Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.127Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259675160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.127Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.127Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.127Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259685060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.127Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.127Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.128Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259680616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.128Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.128Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.128Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.128Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.128Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.128Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259671251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.129Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.129Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.129Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259682564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.129Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.129Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.129Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259675160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.129Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.130Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.130Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259686178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:36:51.130Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.130Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.130Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259680616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.130Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.130Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.131Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.131Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.131Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.131Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259682564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.131Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.131Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.131Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259687182,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:51.136Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c9037c3-4b41-4222-9fc9-cec6efb9e86a
2022-06-03T12:36:51.136Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.143Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259680616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259682564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.144Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654259680616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259688185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259682564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259689101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.145Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259688653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259688185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259682564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.146Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.147Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.147Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259690109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:36:51.147Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:36:51.147Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.147Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "cds",
  "timestamp": 1654259689945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.157Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba360a09-6f8c-4d7f-a2a5-7ce68495869c
2022-06-03T12:36:51.158Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ba360a09-6f8c-4d7f-a2a5-7ce68495869c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.164Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259654274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259688185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259682564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:36:51.165Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "policy-id",
  "timestamp": 1654259691112,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:36:51.169Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba360a09-6f8c-4d7f-a2a5-7ce68495869c
2022-06-03T12:36:51.170Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ba360a09-6f8c-4d7f-a2a5-7ce68495869c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:36:51.710Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "713c0fc6-edcd-4bf6-ba40-06c07760eba9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c391bcab-dd7b-4683-95f3-88f00b07c4e6",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "fb6d340a-f78f-4754-b695-929e5303bf6f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7ac17354-d8be-44b3-82e3-f6ff0143544f",
      "resourceInvariantUUID": "7f09fc97-6b16-4021-8130-39f54a7f3fa1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "Y2Y3NjFjZDU0NDc4N2MyNTIzNTg1MDMwNDZhZjdhNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3ea74a7b-e3dc-4601-b78c-ac3a44f13a77",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6456c2ea-ec89-43d3-a442-df9f67a9cafa",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2eda845f-2120-4a1e-8480-ff757398e67a",
            "generatedFromUUID": "6456c2ea-ec89-43d3-a442-df9f67a9cafa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2eda845f-2120-4a1e-8480-ff757398e67a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NmQ0YzE3YmMwYzhiZTJlMGNmYmFkMjVhMGFkZDIyYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01f05bc7-7936-453a-b315-5945c2ed033b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:36:51.710Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:36:51.710Z|f1d33309-1f38-4365-8043-8f620efec3e6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 713c0fc6-edcd-4bf6-ba40-06c07760eba9 ASDC
2022-06-03T12:36:51.711Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:7587325b-f981-40e7-bb00-d84d7bc31c9c
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:713c0fc6-edcd-4bf6-ba40-06c07760eba9
ServiceInvariantUUID:c391bcab-dd7b-4683-95f3-88f00b07c4e6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:01f05bc7-7936-453a-b315-5945c2ed033b
ArtifactChecksum:NmQ0YzE3YmMwYzhiZTJlMGNmYmFkMjVhMGFkZDIyYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:fb6d340a-f78f-4754-b695-929e5303bf6f
ResourceInvariantUUID:7f09fc97-6b16-4021-8130-39f54a7f3fa1
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:7ac17354-d8be-44b3-82e3-f6ff0143544f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:3ea74a7b-e3dc-4601-b78c-ac3a44f13a77
ArtifactChecksum:Y2Y3NjFjZDU0NDc4N2MyNTIzNTg1MDMwNDZhZjdhNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6456c2ea-ec89-43d3-a442-df9f67a9cafa
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2eda845f-2120-4a1e-8480-ff757398e67a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:2eda845f-2120-4a1e-8480-ff757398e67a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T12:36:51.711Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 713c0fc6-edcd-4bf6-ba40-06c07760eba9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:36:51.740Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:36:51.741Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:36:51.741Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:36:51.741Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Trying to download the artifact UUID: 01f05bc7-7936-453a-b315-5945c2ed033b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-03T12:36:51.742Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:36:51.742Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-03T12:36:54.674Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:36:54.677Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 01f05bc7-7936-453a-b315-5945c2ed033b 73674
2022-06-03T12:36:54.677Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-03T12:36:54.678Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-03T12:36:54.678Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:36:54.678Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:54.680Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:54.680Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259814677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:54.780Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:54.781Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:54.781Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:54.796Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:54.797Z||pool-270-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:36:55.681Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:36:55.682Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:36:55.682Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Trying to write artifact UUID: 01f05bc7-7936-453a-b315-5945c2ed033b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:55.682Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-06-03T12:36:55.683Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:55.683Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:55.808Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6526657578143799448/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-03T12:36:56.771Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:36:56.771Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||####################################################################################################
2022-06-03T12:36:56.771Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.771Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|WARN|500||####################################################################################################
2022-06-03T12:36:56.772Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.773Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:36:56.773Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:36:56.773Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:36:56.773Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:36:56.773Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.773Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:36:56.773Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:36:56.773Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:36:56.774Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:36:56.774Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.774Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:36:56.774Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.774Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-03T12:36:56.774Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-03T12:36:56.774Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-03T12:36:56.775Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-03T12:36:56.775Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T12:36:56.775Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T12:36:56.775Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.775Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:36:56.775Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.775Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:36:56.775Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:36:56.776Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.776Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:36:56.776Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:36:56.776Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.776Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:36:56.776Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:36:56.776Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.776Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2e13c836-fc24-4893-a144-e3a6bdc8a62e
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.777Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:36:56.778Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:36:56.778Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:36:56.778Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:713c0fc6-edcd-4bf6-ba40-06c07760eba9
Model Version:NULL
Model InvariantUuid:c391bcab-dd7b-4683-95f3-88f00b07c4e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:d8b6dfd3-1656-4194-95c8-c610e0c89dc0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7f09fc97-6b16-4021-8130-39f54a7f3fa1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fb6d340a-f78f-4754-b695-929e5303bf6f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0b90a69-43b5-4fbc-9588-814cd595968b
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:fd1348b8-4c65-4ffa-915e-fdc1c4e882f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2e13c836-fc24-4893-a144-e3a6bdc8a62e
ModelInvariantUuid:2f730b10-d272-4843-8f19-6374ebbd187d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4045fcbc-dbdd-44fd-829f-d1fb3046b1f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6d758d48-eb0c-45a1-aaf4-d07c7524d23a
ModelInvariantUuid:3c7d7658-f277-4164-ab54-2f9e5e50f5a2
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:07664569-0f3c-4e3a-abf5-001fee4307f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:36:56.785Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7ac17354-d8be-44b3-82e3-f6ff0143544f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:36:56.787Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||basicclamp 0
2022-06-03T12:36:56.788Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7ac17354-d8be-44b3-82e3-f6ff0143544f
2022-06-03T12:36:56.788Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Trying to download the artifact UUID: 3ea74a7b-e3dc-4601-b78c-ac3a44f13a77 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-03T12:36:56.788Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:36:56.788Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-03T12:36:57.186Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:36:57.187Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 3ea74a7b-e3dc-4601-b78c-ac3a44f13a77 790
2022-06-03T12:36:57.187Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-03T12:36:57.187Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-03T12:36:57.187Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:36:57.187Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:57.189Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:57.189Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259817187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:57.289Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:57.289Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:57.289Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:57.304Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:57.305Z||pool-271-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:36:58.189Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f0b90a69-43b5-4fbc-9588-814cd595968b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd1348b8-4c65-4ffa-915e-fdc1c4e882f3",
    "vfModuleModelCustomizationUUID": "ddfc327a-5c67-4aad-84ac-e1de95e90316",
    "isBase": true,
    "artifacts": [
      "6456c2ea-ec89-43d3-a442-df9f67a9cafa",
      "2eda845f-2120-4a1e-8480-ff757398e67a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:36:58.194Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd1348b8-4c65-4ffa-915e-fdc1c4e882f3
VfModuleModelInvariantUUID:f0b90a69-43b5-4fbc-9588-814cd595968b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6456c2ea-ec89-43d3-a442-df9f67a9cafa
,
2eda845f-2120-4a1e-8480-ff757398e67a

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

isBase:true


}

2022-06-03T12:36:58.195Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f0b90a69-43b5-4fbc-9588-814cd595968b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd1348b8-4c65-4ffa-915e-fdc1c4e882f3",
    "vfModuleModelCustomizationUUID": "ddfc327a-5c67-4aad-84ac-e1de95e90316",
    "isBase": true,
    "artifacts": [
      "6456c2ea-ec89-43d3-a442-df9f67a9cafa",
      "2eda845f-2120-4a1e-8480-ff757398e67a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:36:58.196Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd1348b8-4c65-4ffa-915e-fdc1c4e882f3
VfModuleModelInvariantUUID:f0b90a69-43b5-4fbc-9588-814cd595968b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6456c2ea-ec89-43d3-a442-df9f67a9cafa
,
2eda845f-2120-4a1e-8480-ff757398e67a

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

isBase:true


}

2022-06-03T12:36:58.196Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Trying to download the artifact UUID: 6456c2ea-ec89-43d3-a442-df9f67a9cafa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-03T12:36:58.196Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:36:58.196Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-03T12:36:58.444Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:36:58.445Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6456c2ea-ec89-43d3-a442-df9f67a9cafa 5033
2022-06-03T12:36:58.445Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T12:36:58.445Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-03T12:36:58.445Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:36:58.445Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:58.447Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:58.447Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259818445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:58.547Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:58.547Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:58.548Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:58.562Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:58.562Z||pool-272-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:36:59.447Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Trying to download the artifact UUID: 2eda845f-2120-4a1e-8480-ff757398e67a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-03T12:36:59.448Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:36:59.448Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-03T12:36:59.830Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:36:59.831Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2eda845f-2120-4a1e-8480-ff757398e67a 909
2022-06-03T12:36:59.831Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T12:36:59.831Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-03T12:36:59.831Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:36:59.831Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:36:59.833Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:36:59.833Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259819831,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:36:59.933Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:36:59.934Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:36:59.934Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:36:59.961Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:36:59.962Z||pool-273-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:00.833Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Preparing to deploy Service: 713c0fc6-edcd-4bf6-ba40-06c07760eba9
2022-06-03T12:37:00.834Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 7ac17354-d8be-44b3-82e3-f6ff0143544f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:37:00.847Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6247e8f4, org.onap.sdc.toscaparser.api.parameters.Input@2c78c28b, org.onap.sdc.toscaparser.api.parameters.Input@3978032d, org.onap.sdc.toscaparser.api.parameters.Input@2fb7abab, org.onap.sdc.toscaparser.api.parameters.Input@726af6e1]
2022-06-03T12:37:00.848Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.848Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:00.848Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T12:37:00.849Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||VFCustomizationUUID= fb6d340a-f78f-4754-b695-929e5303bf6f
2022-06-03T12:37:00.849Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb6d340a-f78f-4754-b695-929e5303bf6f matches Tosca VF Customization UUID: fb6d340a-f78f-4754-b695-929e5303bf6f
2022-06-03T12:37:00.849Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||vfCustomizationUUID: fb6d340a-f78f-4754-b695-929e5303bf6f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T12:37:00.851Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.851Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:00.852Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||resource request for resource customization id fb6d340a-f78f-4754-b695-929e5303bf6f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-03T12:37:00.852Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@738c0290
2022-06-03T12:37:00.852Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.852Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:37:00.852Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ddfc327a-5c67-4aad-84ac-e1de95e90316
2022-06-03T12:37:00.853Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ddfc327a-5c67-4aad-84ac-e1de95e90316
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T12:37:00.855Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.855Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:37:00.855Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:00.855Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.856Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:37:00.856Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:00.856Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.856Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-03T12:37:00.856Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T12:37:00.857Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T12:37:00.857Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2e13c836-fc24-4893-a144-e3a6bdc8a62e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:37:00.859Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.859Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:37:00.859Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:00.859Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.859Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-03T12:37:00.859Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=fb6d340a-f78f-4754-b695-929e5303bf6f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:37:00.861Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.861Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:00.861Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500|| resourceSeq for service uuid 713c0fc6-edcd-4bf6-ba40-06c07760eba9: basicclamp
2022-06-03T12:37:00.861Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.861Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:00.862Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.862Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:00.862Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.862Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:00.862Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.863Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:00.863Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:00.863Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:00.863Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:37:00.939Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 7ac17354-d8be-44b3-82e3-f6ff0143544f 1 ASDC deployResourceStructure
2022-06-03T12:37:00.939Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-03T12:37:00.940Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-03T12:37:00.940Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:37:00.940Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:00.941Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:00.941Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259820939,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:01.042Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:01.043Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:01.043Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:01.057Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:01.057Z||pool-274-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:01.942Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T12:37:01.943Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-03T12:37:01.943Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:37:01.943Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:01.944Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:01.945Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259821942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:02.045Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:02.046Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:02.046Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:02.060Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:02.060Z||pool-275-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:02.945Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T12:37:02.946Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-03T12:37:02.946Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:37:02.946Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:02.947Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:02.947Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259822945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:03.048Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:03.048Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:03.048Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:03.071Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:03.072Z||pool-276-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:03.948Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-03T12:37:03.949Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-03T12:37:03.949Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:37:03.950Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:03.953Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:03.953Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259823948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:04.053Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:04.054Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:04.054Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:04.074Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:04.074Z||pool-277-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:04.954Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7587325b-f981-40e7-bb00-d84d7bc31c9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:37:04.964Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7587325b-f981-40e7-bb00-d84d7bc31c9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:37:04.966Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:37:04.966Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:37:04.966Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:37:04.966Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:37:04.966Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:37:04.966Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:37:04.970Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:37:34.971Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7587325b-f981-40e7-bb00-d84d7bc31c9c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:37:34.983Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7587325b-f981-40e7-bb00-d84d7bc31c9c and serviceModelVersionId: 713c0fc6-edcd-4bf6-ba40-06c07760eba9
2022-06-03T12:37:34.983Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c391bcab-dd7b-4683-95f3-88f00b07c4e6
2022-06-03T12:37:34.985Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0
2022-06-03T12:37:34.994Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:37:35.038Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b041846-ad78-4059-9b14-62901ba2ebce/model-vers/model-ver/8fc5b419-bbcb-415f-82f4-3c1dc53fe68f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:37:35.041Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Invoke
2022-06-03T12:37:36.575Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:37:36.577Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Invoke
2022-06-03T12:37:38.110Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:37:38.112Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Invoke
2022-06-03T12:37:39.145Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:37:39.146Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:37:39.147Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:37:39.147Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:37:39.152Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:37:39.152Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7587325b-f981-40e7-bb00-d84d7bc31c9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:37:39.152Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:37:39.153Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:39.156Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:39.157Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259859152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:37:39.257Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:39.258Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:39.258Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:39.277Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:39.277Z||pool-278-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:37:40.172Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:40.172Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7c51b1ba-0cbf-44fb-b829-7e07c377407c","serviceName":"vFW 2022-06-03 12-27-21","serviceVersion":"1.0","serviceUUID":"c1dd0668-26dd-4e02-9b93-0b4fcf7a7290","serviceDescription":"catalog service description","serviceInvariantUUID":"b72142e5-f231-4afd-80f8-b88ee2f84f39","resources":[{"resourceInstanceName":"vFW 9266d3c3-0f6c 0","resourceName":"vFW 9266d3c3-0f6c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a1955b0-4686-473e-a596-65045fe05a6a","resourceInvariantUUID":"2984469d-5c85-4f88-b49b-fae72c2468dd","resourceCustomizationUUID":"a1d96c7d-4639-422b-b55f-b05dedfbb1ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml","artifactChecksum":"NWU4MDYzZmVkYjI3ZjAwODI2ZTdmNWYwZTYxZTEyYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"640c05e3-5fb2-449d-93bc-fe5d57ff5788","artifactVersion":"1"},{"artifactName":"vfw9266d3c30f6c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json","artifactChecksum":"ZWY0OWE3MGQyNTVhMWViMDdlM2ZlY2ZhN2M1MDdjNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9529359a-3b23-493f-b699-80dccf629876","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e1dda75d-a711-4f0f-a1a7-63b30842f587","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml","artifactChecksum":"YjdhYWYzY2UwYzcwMzBhNmY1MmM5ZDYwNWUzZmIwZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ba45e00-1ea3-439c-bf51-fbf207dfe6a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5f9b641d-cde5-4792-8c09-f202f89d84e6","artifactVersion":"2","generatedFromUUID":"e1dda75d-a711-4f0f-a1a7-63b30842f587"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603122721-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml","artifactChecksum":"NDQ5ZDEwMTYxNDFkMGRjYzNkMjQyNmJhNjBjOGNiNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"760000c9-9ce7-41ea-8c43-76f02a49efa0","artifactVersion":"1"},{"artifactName":"service-Vfw20220603122721-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar","artifactChecksum":"ZDhlYWNmYmUyMzA3MzJmYzJlYTliNDJiZDhkNThiOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"797ed9c2-376a-4ebb-a4b3-ea7e9db37a6e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:37:40.173Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:37:40.173Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:40.175Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:40.176Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:40.276Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:40.277Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:40.277Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:40.293Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:40.293Z||pool-279-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:41.177Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:37:41.177Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:41.181Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:41.181Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:37:41.281Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:41.282Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:41.282Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:41.295Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:41.296Z||pool-280-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:37:42.181Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:37:42.182Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:42.184Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:42.184Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:37:42.284Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:42.285Z||pool-281-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:42.285Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:42.310Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:42.310Z||pool-281-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:37:43.185Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:37:43.185Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:43.187Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:43.187Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:43.288Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:37:43.288Z||pool-282-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:43.289Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:43.304Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:43.305Z||pool-282-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:44.188Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:37:44.188Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:44.190Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:44.190Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T12:37:44.290Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:44.291Z||pool-283-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:44.291Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:44.309Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:44.309Z||pool-283-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:37:45.191Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:37:45.192Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:45.193Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:45.194Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:45.294Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:45.295Z||pool-284-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:45.295Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:45.322Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:45.322Z||pool-284-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:46.194Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:37:46.195Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:46.196Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:46.197Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:37:46.297Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:46.297Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:46.298Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:46.316Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:46.316Z||pool-285-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:47.198Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "serviceName": "vFW 2022-06-03 12-27-21",
  "serviceVersion": "1.0",
  "serviceUUID": "c1dd0668-26dd-4e02-9b93-0b4fcf7a7290",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b72142e5-f231-4afd-80f8-b88ee2f84f39",
  "resources": [
    {
      "resourceInstanceName": "vFW 9266d3c3-0f6c 0",
      "resourceCustomizationUUID": "a1d96c7d-4639-422b-b55f-b05dedfbb1ad",
      "resourceName": "vFW 9266d3c3-0f6c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a1955b0-4686-473e-a596-65045fe05a6a",
      "resourceInvariantUUID": "2984469d-5c85-4f88-b49b-fae72c2468dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9266d3c30f6c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
          "artifactChecksum": "ZWY0OWE3MGQyNTVhMWViMDdlM2ZlY2ZhN2M1MDdjNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9529359a-3b23-493f-b699-80dccf629876",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e1dda75d-a711-4f0f-a1a7-63b30842f587",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5f9b641d-cde5-4792-8c09-f202f89d84e6",
            "generatedFromUUID": "e1dda75d-a711-4f0f-a1a7-63b30842f587"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5f9b641d-cde5-4792-8c09-f202f89d84e6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603122721-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
      "artifactChecksum": "ZDhlYWNmYmUyMzA3MzJmYzJlYTliNDJiZDhkNThiOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "797ed9c2-376a-4ebb-a4b3-ea7e9db37a6e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:37:47.198Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:37:47.199Z|7587325b-f981-40e7-bb00-d84d7bc31c9c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1dd0668-26dd-4e02-9b93-0b4fcf7a7290 ASDC
2022-06-03T12:37:47.199Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||ASDC Notification:
DistributionID:7c51b1ba-0cbf-44fb-b829-7e07c377407c
ServiceName:vFW 2022-06-03 12-27-21
ServiceVersion:1.0
ServiceUUID:c1dd0668-26dd-4e02-9b93-0b4fcf7a7290
ServiceInvariantUUID:b72142e5-f231-4afd-80f8-b88ee2f84f39
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603122721-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar
ArtifactUUID:797ed9c2-376a-4ebb-a4b3-ea7e9db37a6e
ArtifactChecksum:ZDhlYWNmYmUyMzA3MzJmYzJlYTliNDJiZDhkNThiOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9266d3c3-0f6c 0
ResourceCustomizationUUID:a1d96c7d-4639-422b-b55f-b05dedfbb1ad
ResourceInvariantUUID:2984469d-5c85-4f88-b49b-fae72c2468dd
ResourceName:vFW 9266d3c3-0f6c
ResourceType:VF
ResourceUUID:4a1955b0-4686-473e-a596-65045fe05a6a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9266d3c30f6c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json
ArtifactUUID:9529359a-3b23-493f-b699-80dccf629876
ArtifactChecksum:ZWY0OWE3MGQyNTVhMWViMDdlM2ZlY2ZhN2M1MDdjNjI=
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/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml
ArtifactUUID:e1dda75d-a711-4f0f-a1a7-63b30842f587
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/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env
ArtifactUUID:5f9b641d-cde5-4792-8c09-f202f89d84e6
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/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env
ArtifactUUID:5f9b641d-cde5-4792-8c09-f202f89d84e6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T12:37:47.199Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1dd0668-26dd-4e02-9b93-0b4fcf7a7290 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:37:47.246Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:37:47.246Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:37:47.246Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:37:47.246Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Trying to download the artifact UUID: 797ed9c2-376a-4ebb-a4b3-ea7e9db37a6e from URL: /sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:47.246Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:37:47.247Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:50.671Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:37:50.679Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar 797ed9c2-376a-4ebb-a4b3-ea7e9db37a6e 99012
2022-06-03T12:37:50.679Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar ASDC sendASDCNotification
2022-06-03T12:37:50.679Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:50.679Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:37:50.680Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:50.682Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:50.682Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259870679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:50.782Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:50.783Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:50.783Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:50.796Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:50.797Z||pool-286-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:37:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:37:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:37:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259691487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:37:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259688185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "aai-ml",
  "timestamp": 1654259692492,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:37:50.950Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1c9037c3-4b41-4222-9fc9-cec6efb9e86a
2022-06-03T12:37:50.951Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:37:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259688185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.965Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259692334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259688185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.966Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259693495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259688185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.967Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259693495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259694720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:50.968Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259688185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:37:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259693495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.969Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259693495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259696773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:50.970Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259697888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.971Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259693495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.972Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.972Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.972Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259697794,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:37:50.977Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba360a09-6f8c-4d7f-a2a5-7ce68495869c
2022-06-03T12:37:50.978Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ba360a09-6f8c-4d7f-a2a5-7ce68495869c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-03T12:37:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259693495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654259698797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:50.986Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259693495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259701170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:50.987Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259693495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:37:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:50.988Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654259702175,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:37:50.992Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba360a09-6f8c-4d7f-a2a5-7ce68495869c
2022-06-03T12:37:50.992Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ba360a09-6f8c-4d7f-a2a5-7ce68495869c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:37:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259702656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.001Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259703394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259707401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.002Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "clamp",
  "timestamp": 1654259708407,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:37:51.007Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c9037c3-4b41-4222-9fc9-cec6efb9e86a
2022-06-03T12:37:51.007Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:37:51.014Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259709211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:37:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259709413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.015Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "aai-ml",
  "timestamp": 1654259710216,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:37:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ba360a09-6f8c-4d7f-a2a5-7ce68495869c
2022-06-03T12:37:51.021Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ba360a09-6f8c-4d7f-a2a5-7ce68495869c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:37:51.031Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.031Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259709413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:37:51.031Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:51.031Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.031Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259709413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:51.031Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259709413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259709413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259709413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:51.032Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259709413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259709413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259728399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.033Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259731419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:51.034Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:37:51.034Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:37:51.034Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "clamp",
  "timestamp": 1654259732426,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:37:51.037Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba360a09-6f8c-4d7f-a2a5-7ce68495869c
2022-06-03T12:37:51.037Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ba360a09-6f8c-4d7f-a2a5-7ce68495869c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:37:51.683Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:37:51.683Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:37:51.684Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Trying to write artifact UUID: 797ed9c2-376a-4ebb-a4b3-ea7e9db37a6e, URL: /sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar to file: /app/ASDC/1/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:51.684Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603122721-csar.csar
2022-06-03T12:37:51.684Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:51.684Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:51.960Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5760948176375340157/Definitions/service-Vfw20220603122721-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-03T12:37:53.911Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:37:53.912Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||####################################################################################################
2022-06-03T12:37:53.912Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.912Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T12:37:53.913Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.913Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.913Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.914Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.914Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.914Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.914Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9266d3c3-0f6c 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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.914Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.915Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.915Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.915Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.915Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.916Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|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-Vfw20220603122721-csar.csar
2022-06-03T12:37:53.916Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|WARN|500||####################################################################################################
2022-06-03T12:37:53.916Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.917Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:53.917Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:53.917Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:37:53.918Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:37:53.918Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.918Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:53.919Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:53.919Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:37:53.919Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:37:53.920Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.920Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:53.920Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.921Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is not matching search criteria
2022-06-03T12:37:53.921Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:37:53.921Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:37:53.922Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.922Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.922Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:37:53.923Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.923Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:37:53.923Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:37:53.923Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:37:53.924Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.924Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.924Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:37:53.925Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.925Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:37:53.925Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.925Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T12:37:53.926Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.926Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:37:53.926Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.927Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:53.927Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:53.927Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.928Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:53.928Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:53.928Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.929Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:53.929Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:53.929Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.930Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is not matching search criteria
2022-06-03T12:37:53.930Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:37:53.930Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T12:37:53.930Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:37:53.931Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:37:53.931Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:37:53.931Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.932Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.932Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:37:53.932Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.933Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:37:53.933Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.933Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02d2302d-4be3-4b98-9ec4-70e29a767bdc
2022-06-03T12:37:53.934Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.934Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is not matching search criteria
2022-06-03T12:37:53.934Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:37:53.935Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:37:53.935Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.935Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.935Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:37:53.936Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.936Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:37:53.936Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T12:37:53.937Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:37:53.937Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.937Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:37:53.937Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.937Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9104a4e9-6254-4aa7-a0d0-4dab7e2139bc
2022-06-03T12:37:53.938Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.938Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is not matching search criteria
2022-06-03T12:37:53.938Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:37:53.938Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:37:53.939Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.939Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.939Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:37:53.939Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.939Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:37:53.939Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:37:53.940Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:37:53.940Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:53.940Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:53.940Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T12:37:53.940Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c37f4f2a-2647-4df3-a776-c34a0cf522f8
2022-06-03T12:37:53.941Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.941Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:53.941Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.941Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:53.941Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.941Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:53.942Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:53.942Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:53.942Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 12-27-21
Description:catalog service description
Model UUID:c1dd0668-26dd-4e02-9b93-0b4fcf7a7290
Model Version:NULL
Model InvariantUuid:b72142e5-f231-4afd-80f8-b88ee2f84f39
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9266d3c3-0f6c
Model UUID:f32ccf30-b589-4d72-aec6-c74bc4f54654
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2984469d-5c85-4f88-b49b-fae72c2468dd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a1d96c7d-4639-422b-b55f-b05dedfbb1ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a64719ec-96ea-4aa5-b217-d23f1fc1c34d
ModelName:Vfw9266d3c30f6c..base_vfw..module-0
ModelUuid:c8d80834-6ded-4021-9f78-ce30af584356
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:02d2302d-4be3-4b98-9ec4-70e29a767bdc
ModelInvariantUuid:dd57f648-4262-40b6-a7c3-9b9341f20bfd
ModelName:vFW 9266d3c3-0f6c-nodes.vfwCvfc
ModelUuid:d9511c91-a048-427a-90ed-e15d2d507a77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c17d1d6b-220d-49a4-b55c-1215424ddd49
ModelInvariantUuid:d1ed16f1-bf06-43a4-9d88-8095f064d405
ModelName:Vfw9266d3c30f6c.compute.nodes.heat.vfw
ModelUuid:6cb3797c-f8a2-4c3a-8352-5a7c01897d12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9104a4e9-6254-4aa7-a0d0-4dab7e2139bc
ModelInvariantUuid:660b59e0-2109-42b5-8034-20be1ce423a2
ModelName:vFW 9266d3c3-0f6c-nodes.vsnCvfc
ModelUuid:a9008959-8420-41c8-b1be-42126c2e74ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8be8589e-0c6a-4317-b654-d20e8ba45953
ModelInvariantUuid:6d4519e7-2b86-473f-a0a2-c61b1c01606c
ModelName:Vfw9266d3c30f6c.compute.nodes.heat.vsn
ModelUuid:9d9f515c-fe92-4326-9d2f-63fc3853f521
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c37f4f2a-2647-4df3-a776-c34a0cf522f8
ModelInvariantUuid:a66b5cb9-5e99-4d09-9b36-1cbcc409b632
ModelName:vFW 9266d3c3-0f6c-nodes.vpgCvfc
ModelUuid:2d43a135-f028-406c-adee-d2c91a32e566
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ebb53097-5070-4c17-ac0b-ba78d7f14ae7
ModelInvariantUuid:3dd753e1-3db6-40ac-a501-79bae8ec6ddd
ModelName:Vfw9266d3c30f6c.compute.nodes.heat.vpg
ModelUuid:a684e41d-361c-4acc-83b3-596bfea44071
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:37:53.948Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4a1955b0-4686-473e-a596-65045fe05a6a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:37:53.951Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||vFW 9266d3c3-0f6c 0
2022-06-03T12:37:53.951Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4a1955b0-4686-473e-a596-65045fe05a6a
2022-06-03T12:37:53.951Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Trying to download the artifact UUID: 9529359a-3b23-493f-b699-80dccf629876 from URL: /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json
2022-06-03T12:37:53.951Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:37:53.951Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json
2022-06-03T12:37:54.232Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:37:54.233Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json 9529359a-3b23-493f-b699-80dccf629876 785
2022-06-03T12:37:54.233Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json ASDC sendASDCNotification
2022-06-03T12:37:54.234Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json
2022-06-03T12:37:54.234Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:37:54.234Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:54.236Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:54.237Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259874233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:54.337Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:54.337Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:54.337Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:54.354Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:54.355Z||pool-287-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:55.237Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9266d3c30f6c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a64719ec-96ea-4aa5-b217-d23f1fc1c34d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c8d80834-6ded-4021-9f78-ce30af584356",
    "vfModuleModelCustomizationUUID": "0de9c4a6-34e5-47fd-bfd7-45a0a51e6429",
    "isBase": true,
    "artifacts": [
      "e1dda75d-a711-4f0f-a1a7-63b30842f587",
      "5f9b641d-cde5-4792-8c09-f202f89d84e6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:37:55.242Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9266d3c30f6c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8d80834-6ded-4021-9f78-ce30af584356
VfModuleModelInvariantUUID:a64719ec-96ea-4aa5-b217-d23f1fc1c34d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1dda75d-a711-4f0f-a1a7-63b30842f587
,
5f9b641d-cde5-4792-8c09-f202f89d84e6

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

isBase:true


}

2022-06-03T12:37:55.243Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9266d3c30f6c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a64719ec-96ea-4aa5-b217-d23f1fc1c34d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c8d80834-6ded-4021-9f78-ce30af584356",
    "vfModuleModelCustomizationUUID": "0de9c4a6-34e5-47fd-bfd7-45a0a51e6429",
    "isBase": true,
    "artifacts": [
      "e1dda75d-a711-4f0f-a1a7-63b30842f587",
      "5f9b641d-cde5-4792-8c09-f202f89d84e6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:37:55.243Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9266d3c30f6c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8d80834-6ded-4021-9f78-ce30af584356
VfModuleModelInvariantUUID:a64719ec-96ea-4aa5-b217-d23f1fc1c34d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1dda75d-a711-4f0f-a1a7-63b30842f587
,
5f9b641d-cde5-4792-8c09-f202f89d84e6

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

isBase:true


}

2022-06-03T12:37:55.244Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Trying to download the artifact UUID: e1dda75d-a711-4f0f-a1a7-63b30842f587 from URL: /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml
2022-06-03T12:37:55.244Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:37:55.244Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml
2022-06-03T12:37:55.643Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:37:55.644Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml e1dda75d-a711-4f0f-a1a7-63b30842f587 20368
2022-06-03T12:37:55.644Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T12:37:55.644Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml
2022-06-03T12:37:55.645Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:37:55.645Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:55.646Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:55.646Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259875644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:55.747Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:37:55.747Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:55.747Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:55.764Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:55.764Z||pool-288-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:37:56.647Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Trying to download the artifact UUID: 5f9b641d-cde5-4792-8c09-f202f89d84e6 from URL: /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env
2022-06-03T12:37:56.647Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:37:56.648Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env
2022-06-03T12:37:57.247Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:37:57.250Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env 5f9b641d-cde5-4792-8c09-f202f89d84e6 2098
2022-06-03T12:37:57.250Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T12:37:57.250Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env
2022-06-03T12:37:57.250Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:37:57.251Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:57.252Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:57.252Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259877250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:37:57.352Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:37:57.353Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:57.353Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:57.369Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:57.369Z||pool-289-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:37:58.253Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Preparing to deploy Service: c1dd0668-26dd-4e02-9b93-0b4fcf7a7290
2022-06-03T12:37:58.254Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9266d3c3-0f6c 0 4a1955b0-4686-473e-a596-65045fe05a6a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:37:58.270Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cea8578, org.onap.sdc.toscaparser.api.parameters.Input@5314cddb, org.onap.sdc.toscaparser.api.parameters.Input@1edb65dc, org.onap.sdc.toscaparser.api.parameters.Input@cb1a43d, org.onap.sdc.toscaparser.api.parameters.Input@54a82196]
2022-06-03T12:37:58.271Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.271Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:58.272Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T12:37:58.272Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||VFCustomizationUUID= a1d96c7d-4639-422b-b55f-b05dedfbb1ad
2022-06-03T12:37:58.272Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a1d96c7d-4639-422b-b55f-b05dedfbb1ad matches Tosca VF Customization UUID: a1d96c7d-4639-422b-b55f-b05dedfbb1ad
2022-06-03T12:37:58.272Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||vfCustomizationUUID: a1d96c7d-4639-422b-b55f-b05dedfbb1ad  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T12:37:58.274Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.275Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:58.275Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||resource request for resource customization id a1d96c7d-4639-422b-b55f-b05dedfbb1ad: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-03T12:37:58.275Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6586e043
2022-06-03T12:37:58.276Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.276Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:37:58.276Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0de9c4a6-34e5-47fd-bfd7-45a0a51e6429
2022-06-03T12:37:58.276Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0de9c4a6-34e5-47fd-bfd7-45a0a51e6429
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T12:37:58.279Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.279Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:58.279Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:58.280Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.280Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:58.280Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:58.280Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.280Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is not matching search criteria
2022-06-03T12:37:58.281Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:37:58.281Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T12:37:58.281Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:37:58.281Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:37:58.281Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:37:58.282Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:58.282Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:58.282Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:37:58.282Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:58.282Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:37:58.283Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:58.283Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02d2302d-4be3-4b98-9ec4-70e29a767bdc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:37:58.285Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.285Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:58.285Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:58.285Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.286Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is not matching search criteria
2022-06-03T12:37:58.286Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:37:58.286Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:37:58.286Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:58.286Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:58.287Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:37:58.287Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:58.287Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:37:58.287Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T12:37:58.287Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T12:37:58.288Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:58.288Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T12:37:58.288Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:58.288Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9104a4e9-6254-4aa7-a0d0-4dab7e2139bc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:37:58.290Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.291Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:58.291Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:58.291Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.291Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is not matching search criteria
2022-06-03T12:37:58.291Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T12:37:58.292Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T12:37:58.292Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:58.292Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:58.292Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T12:37:58.292Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T12:37:58.293Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T12:37:58.293Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T12:37:58.293Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T12:37:58.293Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T12:37:58.293Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T12:37:58.294Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T12:37:58.294Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c37f4f2a-2647-4df3-a776-c34a0cf522f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:37:58.296Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.296Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:58.296Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:37:58.296Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.297Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Node template vFW 9266d3c3-0f6c 0 is matching search criteria
2022-06-03T12:37:58.297Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found topology templates [vFW 9266d3c3-0f6c 0] matching following query criteria: sdcType=VF, customizationUUID=a1d96c7d-4639-422b-b55f-b05dedfbb1ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:37:58.298Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.299Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:58.299Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500|| resourceSeq for service uuid c1dd0668-26dd-4e02-9b93-0b4fcf7a7290: vFW 9266d3c3-0f6c
2022-06-03T12:37:58.299Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.299Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:58.299Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.299Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:58.300Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.300Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:58.300Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.300Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:58.300Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:37:58.301Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Service vFW 2022-06-03 12-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:37:58.301Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||Saving Service: vFW 2022-06-03 12-27-21 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:37:58.487Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9266d3c3-0f6c 4a1955b0-4686-473e-a596-65045fe05a6a 1 ASDC deployResourceStructure
2022-06-03T12:37:58.487Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json ASDC sendASDCNotification
2022-06-03T12:37:58.487Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json
2022-06-03T12:37:58.487Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:37:58.488Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:58.489Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:58.489Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259878487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:58.590Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:58.590Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:58.590Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:58.607Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:58.607Z||pool-290-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:37:59.490Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T12:37:59.490Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml
2022-06-03T12:37:59.490Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:37:59.490Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:37:59.492Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:37:59.492Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259879490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:37:59.592Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:37:59.593Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:37:59.593Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:37:59.608Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:37:59.608Z||pool-291-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:00.493Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T12:38:00.493Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env
2022-06-03T12:38:00.493Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:38:00.494Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:00.495Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:00.496Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259880493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:38:00.596Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:00.597Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:00.598Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:00.615Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:00.616Z||pool-292-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:01.496Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar ASDC sendASDCNotification
2022-06-03T12:38:01.497Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar
2022-06-03T12:38:01.497Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:38:01.497Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:01.498Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:01.498Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259881496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:38:01.599Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:01.599Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:01.600Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:01.614Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:01.615Z||pool-293-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:38:02.499Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c51b1ba-0cbf-44fb-b829-7e07c377407c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:38:02.511Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c51b1ba-0cbf-44fb-b829-7e07c377407c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:38:02.513Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:38:02.513Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:38:02.513Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:38:02.513Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:38:02.513Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:38:02.513Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:38:02.517Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:38:32.518Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c51b1ba-0cbf-44fb-b829-7e07c377407c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:38:32.524Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c51b1ba-0cbf-44fb-b829-7e07c377407c and serviceModelVersionId: c1dd0668-26dd-4e02-9b93-0b4fcf7a7290
2022-06-03T12:38:32.524Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b72142e5-f231-4afd-80f8-b88ee2f84f39
2022-06-03T12:38:32.525Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0
2022-06-03T12:38:32.529Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c391bcab-dd7b-4683-95f3-88f00b07c4e6/model-vers/model-ver/713c0fc6-edcd-4bf6-ba40-06c07760eba9?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:38:32.557Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Invoke
2022-06-03T12:38:32.557Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33924f16-3a31-407f-a328-fdc476620d54], X-ECOMP-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], X-TransactionId=[], X-ONAP-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], Content-Type=[application/merge-patch+json]}
2022-06-03T12:38:34.083Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Invoke
2022-06-03T12:38:34.084Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9513666f-3ed7-47b9-84b0-fc0aad100f4d], X-ECOMP-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], X-TransactionId=[], X-ONAP-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], Content-Type=[application/merge-patch+json]}
2022-06-03T12:38:35.614Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Invoke
2022-06-03T12:38:35.615Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a994d5d-5b33-49d8-beb2-d6bd47a0c771], X-ECOMP-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], X-TransactionId=[], X-ONAP-RequestID=[7c51b1ba-0cbf-44fb-b829-7e07c377407c], Content-Type=[application/merge-patch+json]}
2022-06-03T12:38:36.650Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:38:36.650Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:38:36.651Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:38:36.651Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:38:36.655Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:38:36.655Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c51b1ba-0cbf-44fb-b829-7e07c377407c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:38:36.655Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:38:36.655Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:36.657Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:36.657Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259916655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:38:36.757Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:36.758Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:36.759Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:36.782Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:36.783Z||pool-294-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:38:37.674Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:37.674Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1c9037c3-4b41-4222-9fc9-cec6efb9e86a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"89cda69c-b6c9-4047-bb34-bd2744932d86","serviceDescription":"service","serviceInvariantUUID":"30fd015f-e0a8-4afa-a416-a348904aef5a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0cf9964e-69ae-426e-a610-52081ffe49a7","resourceInvariantUUID":"6295ebff-23d6-43ae-a5aa-524234a36a24","resourceCustomizationUUID":"3a92f7a6-90df-4214-9d36-b5e25631947f","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":"YjY2MWI4Y2I1MGJmOGVjYjg4NTExNDNkYjQ4ZjhhOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c27e506d-0f80-42b0-b553-9578951ebb90","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":"NmJmZTkwYTIzMzlhZjhkOTFhYjVkYTQwM2Q2NTdiYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e6912a1-8c7a-4b5f-9b03-32ec8e4314db","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":"fa110736-9d8a-442b-8e43-48514614b852","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":"cd9de26d-6bb4-433f-801c-6d914543d8e9","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":"e6b7eecc-67d2-4849-a677-8982ae18aca5","artifactVersion":"2","generatedFromUUID":"02a236fb-a728-4f0a-96f1-98c2669c0bd2"},{"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":"c015b977-cc0a-4a8c-a8cb-ed4195dcfed0","artifactVersion":"2","generatedFromUUID":"fa110736-9d8a-442b-8e43-48514614b852"},{"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":"02a236fb-a728-4f0a-96f1-98c2669c0bd2","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":"2165f665-6d7a-4f1f-8ba1-368dad3514cd","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":"YWYyMzM1ZDE5ZjcwZTk1ZmQ0NTc4NTgxMDIxYTkwZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1842a553-e16f-42d8-99de-c8c17cc8b638","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjJjNTRhOTcwMTQyM2M2YmNmYWZkNmRjMjcyZjBkNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04122d0c-805c-4022-b834-58a15509d643","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:38:37.674Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:37.675Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:37.676Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:37.676Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:38:37.776Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:37.777Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:37.778Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:37.794Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:37.795Z||pool-295-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:38:38.677Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:38.677Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:38.679Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:38.679Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:38:38.779Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:38.780Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:38.780Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:38.794Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:38.795Z||pool-296-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:39.682Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:39.683Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:39.690Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:39.690Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:38:39.786Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-03T12:38:39.787Z||pool-297-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:39.787Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:39.822Z||pool-297-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:39.822Z||pool-297-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:38:40.692Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:40.693Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:40.695Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:40.695Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:38:40.795Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:40.796Z||pool-298-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:40.796Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:40.811Z||pool-298-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:40.812Z||pool-298-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:38:41.695Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:41.696Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:41.698Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:41.698Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T12:38:41.798Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:41.799Z||pool-299-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:41.799Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:41.813Z||pool-299-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:41.814Z||pool-299-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:38:42.700Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:42.701Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:42.711Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:42.711Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T12:38:42.803Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-03T12:38:42.804Z||pool-300-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:42.804Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:42.819Z||pool-300-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:42.820Z||pool-300-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:38:43.712Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:43.713Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:43.715Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:43.715Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T12:38:43.815Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:43.816Z||pool-301-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:43.816Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:43.832Z||pool-301-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:43.832Z||pool-301-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:44.715Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:44.716Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:44.718Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:44.718Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:38:44.818Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:44.819Z||pool-302-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:44.819Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:44.834Z||pool-302-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:44.834Z||pool-302-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:45.719Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:45.720Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:45.721Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:45.722Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:38:45.822Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:45.822Z||pool-303-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:45.822Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:45.835Z||pool-303-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:45.836Z||pool-303-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:38:46.722Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:38:46.723Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:46.725Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:46.725Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:38:46.825Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:46.826Z||pool-304-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:46.826Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:46.840Z||pool-304-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:46.840Z||pool-304-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:47.726Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "89cda69c-b6c9-4047-bb34-bd2744932d86",
  "serviceDescription": "service",
  "serviceInvariantUUID": "30fd015f-e0a8-4afa-a416-a348904aef5a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "3a92f7a6-90df-4214-9d36-b5e25631947f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0cf9964e-69ae-426e-a610-52081ffe49a7",
      "resourceInvariantUUID": "6295ebff-23d6-43ae-a5aa-524234a36a24",
      "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": "NmJmZTkwYTIzMzlhZjhkOTFhYjVkYTQwM2Q2NTdiYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7e6912a1-8c7a-4b5f-9b03-32ec8e4314db",
          "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": "fa110736-9d8a-442b-8e43-48514614b852",
          "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": "c015b977-cc0a-4a8c-a8cb-ed4195dcfed0",
            "generatedFromUUID": "fa110736-9d8a-442b-8e43-48514614b852"
          },
          "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": "e6b7eecc-67d2-4849-a677-8982ae18aca5",
          "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": "c015b977-cc0a-4a8c-a8cb-ed4195dcfed0",
          "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": "02a236fb-a728-4f0a-96f1-98c2669c0bd2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MjJjNTRhOTcwMTQyM2M2YmNmYWZkNmRjMjcyZjBkNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04122d0c-805c-4022-b834-58a15509d643"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:38:47.727Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:38:47.727Z|7c51b1ba-0cbf-44fb-b829-7e07c377407c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 89cda69c-b6c9-4047-bb34-bd2744932d86 ASDC
2022-06-03T12:38:47.728Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1c9037c3-4b41-4222-9fc9-cec6efb9e86a
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:89cda69c-b6c9-4047-bb34-bd2744932d86
ServiceInvariantUUID:30fd015f-e0a8-4afa-a416-a348904aef5a
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:04122d0c-805c-4022-b834-58a15509d643
ArtifactChecksum:MjJjNTRhOTcwMTQyM2M2YmNmYWZkNmRjMjcyZjBkNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:3a92f7a6-90df-4214-9d36-b5e25631947f
ResourceInvariantUUID:6295ebff-23d6-43ae-a5aa-524234a36a24
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:0cf9964e-69ae-426e-a610-52081ffe49a7
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:7e6912a1-8c7a-4b5f-9b03-32ec8e4314db
ArtifactChecksum:NmJmZTkwYTIzMzlhZjhkOTFhYjVkYTQwM2Q2NTdiYjI=
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:fa110736-9d8a-442b-8e43-48514614b852
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:c015b977-cc0a-4a8c-a8cb-ed4195dcfed0
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:e6b7eecc-67d2-4849-a677-8982ae18aca5
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:c015b977-cc0a-4a8c-a8cb-ed4195dcfed0
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:02a236fb-a728-4f0a-96f1-98c2669c0bd2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T12:38:47.728Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 89cda69c-b6c9-4047-bb34-bd2744932d86 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:38:47.786Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:38:47.787Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:38:47.787Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:38:47.787Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Trying to download the artifact UUID: 04122d0c-805c-4022-b834-58a15509d643 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:47.787Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:38:47.788Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:38:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:38:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:50.939Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:50.939Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.939Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1d33309-1f38-4365-8043-8f620efec3e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259798227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:38:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:38:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:38:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:38:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:38:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:38:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:38:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:38:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:38:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:38:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:38:50.999Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:38:51.007Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 04122d0c-805c-4022-b834-58a15509d643 158202
2022-06-03T12:38:51.007Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-03T12:38:51.007Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:51.007Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:38:51.008Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:51.009Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:51.010Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259931007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:38:51.110Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:38:51.110Z||pool-305-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:51.110Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:51.126Z||pool-305-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:51.126Z||pool-305-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:52.010Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:38:52.020Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:38:52.020Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Trying to write artifact UUID: 04122d0c-805c-4022-b834-58a15509d643, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:52.020Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-03T12:38:52.021Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:52.022Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:52.177Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11997444755987980866/Definitions/service-BasicCnfMacro-template.yml
2022-06-03T12:38:53.202Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:38:53.202Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|WARN|500||####################################################################################################
2022-06-03T12:38:53.203Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:53.203Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-03T12:38:53.203Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:53.203Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:53.203Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:53.204Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T12:38:53.204Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|WARN|500||####################################################################################################
2022-06-03T12:38:53.204Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.204Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:38:53.205Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:38:53.205Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:38:53.205Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:38:53.205Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.205Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:38:53.205Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:38:53.205Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:38:53.206Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:38:53.206Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.206Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:38:53.206Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.206Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-03T12:38:53.206Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-03T12:38:53.206Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-03T12:38:53.207Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T12:38:53.207Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.207Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:38:53.207Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.207Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:38:53.207Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:38:53.207Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.208Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:38:53.208Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:38:53.208Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.208Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:38:53.208Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:38:53.208Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.208Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f17770ee-531d-43f1-b9a7-dbda53986a69
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.209Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:38:53.210Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.210Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:38:53.210Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:38:53.210Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:38:53.210Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:89cda69c-b6c9-4047-bb34-bd2744932d86
Model Version:NULL
Model InvariantUuid:30fd015f-e0a8-4afa-a416-a348904aef5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:b2d32dad-0e99-4be3-8eaf-0f2b85ac3b14
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6295ebff-23d6-43ae-a5aa-524234a36a24
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3a92f7a6-90df-4214-9d36-b5e25631947f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a94dc815-f9cb-4862-bcce-83e50f686c1a
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b1758486-1521-4fa8-b838-564acc03a783
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:7b4b8cd5-06d7-474f-a717-315af7fa8fa7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:0079db67-0d03-4c52-a6fd-6c6ea22b7cda
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f17770ee-531d-43f1-b9a7-dbda53986a69
ModelInvariantUuid:a3bdcaba-c70b-4bf4-accf-028e06a49d1f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b026b5c8-704f-4c65-996d-5cef129ad819
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:211f3029-6e22-4a26-ba0a-133a004209ee
ModelInvariantUuid:d851f18c-25e4-479d-b3f6-2524acfdfeea
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a1235bde-6a12-4c36-b082-ebcf21c01ba0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:38:53.220Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0cf9964e-69ae-426e-a610-52081ffe49a7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:38:53.223Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||basic_cnf_macro 0
2022-06-03T12:38:53.223Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0cf9964e-69ae-426e-a610-52081ffe49a7
2022-06-03T12:38:53.223Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Trying to download the artifact UUID: 7e6912a1-8c7a-4b5f-9b03-32ec8e4314db from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-03T12:38:53.223Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:38:53.223Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-03T12:38:54.296Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:38:54.297Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7e6912a1-8c7a-4b5f-9b03-32ec8e4314db 1565
2022-06-03T12:38:54.297Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-03T12:38:54.297Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-03T12:38:54.297Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:38:54.297Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:54.299Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:54.299Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259934297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:38:54.399Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:54.399Z||pool-306-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:54.400Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:54.418Z||pool-306-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:54.418Z||pool-306-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:38:55.299Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7b4b8cd5-06d7-474f-a717-315af7fa8fa7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0079db67-0d03-4c52-a6fd-6c6ea22b7cda",
    "vfModuleModelCustomizationUUID": "1526d5d0-d942-4b5e-b0dd-86d7ffc8d00d",
    "isBase": true,
    "artifacts": [
      "fa110736-9d8a-442b-8e43-48514614b852",
      "c015b977-cc0a-4a8c-a8cb-ed4195dcfed0"
    ],
    "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": "a94dc815-f9cb-4862-bcce-83e50f686c1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1758486-1521-4fa8-b838-564acc03a783",
    "vfModuleModelCustomizationUUID": "d91a55ea-6cfe-474d-a40b-460203ab9943",
    "isBase": false,
    "artifacts": [
      "02a236fb-a728-4f0a-96f1-98c2669c0bd2"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:38:55.303Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0079db67-0d03-4c52-a6fd-6c6ea22b7cda
VfModuleModelInvariantUUID:7b4b8cd5-06d7-474f-a717-315af7fa8fa7
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa110736-9d8a-442b-8e43-48514614b852
,
c015b977-cc0a-4a8c-a8cb-ed4195dcfed0

}
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:b1758486-1521-4fa8-b838-564acc03a783
VfModuleModelInvariantUUID:a94dc815-f9cb-4862-bcce-83e50f686c1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
02a236fb-a728-4f0a-96f1-98c2669c0bd2

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

isBase:false


}

2022-06-03T12:38:55.305Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7b4b8cd5-06d7-474f-a717-315af7fa8fa7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0079db67-0d03-4c52-a6fd-6c6ea22b7cda",
    "vfModuleModelCustomizationUUID": "1526d5d0-d942-4b5e-b0dd-86d7ffc8d00d",
    "isBase": true,
    "artifacts": [
      "fa110736-9d8a-442b-8e43-48514614b852",
      "c015b977-cc0a-4a8c-a8cb-ed4195dcfed0"
    ],
    "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": "a94dc815-f9cb-4862-bcce-83e50f686c1a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b1758486-1521-4fa8-b838-564acc03a783",
    "vfModuleModelCustomizationUUID": "d91a55ea-6cfe-474d-a40b-460203ab9943",
    "isBase": false,
    "artifacts": [
      "02a236fb-a728-4f0a-96f1-98c2669c0bd2"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:38:55.305Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0079db67-0d03-4c52-a6fd-6c6ea22b7cda
VfModuleModelInvariantUUID:7b4b8cd5-06d7-474f-a717-315af7fa8fa7
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa110736-9d8a-442b-8e43-48514614b852
,
c015b977-cc0a-4a8c-a8cb-ed4195dcfed0

}
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:b1758486-1521-4fa8-b838-564acc03a783
VfModuleModelInvariantUUID:a94dc815-f9cb-4862-bcce-83e50f686c1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
02a236fb-a728-4f0a-96f1-98c2669c0bd2

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

isBase:false


}

2022-06-03T12:38:55.305Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Trying to download the artifact UUID: fa110736-9d8a-442b-8e43-48514614b852 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-03T12:38:55.305Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:38:55.305Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-03T12:38:55.727Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:38:55.728Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml fa110736-9d8a-442b-8e43-48514614b852 914
2022-06-03T12:38:55.728Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-03T12:38:55.728Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-03T12:38:55.728Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:38:55.729Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:55.731Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:55.731Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259935728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:38:55.831Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:55.832Z||pool-307-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:55.832Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:55.847Z||pool-307-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:55.847Z||pool-307-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:56.731Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Trying to download the artifact UUID: e6b7eecc-67d2-4849-a677-8982ae18aca5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-03T12:38:56.732Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:38:56.732Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-03T12:38:57.173Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:38:57.174Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e6b7eecc-67d2-4849-a677-8982ae18aca5 12
2022-06-03T12:38:57.174Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-03T12:38:57.174Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-03T12:38:57.174Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:38:57.174Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:57.176Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:57.176Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259937174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:38:57.276Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:57.276Z||pool-308-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:57.277Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:57.291Z||pool-308-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:57.292Z||pool-308-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:58.176Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Trying to download the artifact UUID: c015b977-cc0a-4a8c-a8cb-ed4195dcfed0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-03T12:38:58.177Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:38:58.177Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-03T12:38:58.636Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:38:58.637Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env c015b977-cc0a-4a8c-a8cb-ed4195dcfed0 96
2022-06-03T12:38:58.637Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-03T12:38:58.637Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-03T12:38:58.637Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:38:58.637Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:58.639Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:58.639Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259938637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:38:58.739Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:58.740Z||pool-309-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:58.740Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:58.755Z||pool-309-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:58.755Z||pool-309-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:38:59.640Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Trying to download the artifact UUID: 02a236fb-a728-4f0a-96f1-98c2669c0bd2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-03T12:38:59.640Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:38:59.640Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-03T12:38:59.815Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:38:59.816Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 02a236fb-a728-4f0a-96f1-98c2669c0bd2 20206
2022-06-03T12:38:59.816Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-03T12:38:59.816Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-03T12:38:59.816Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:38:59.817Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:38:59.818Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:38:59.818Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259939816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:38:59.918Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:38:59.919Z||pool-310-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:38:59.919Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:38:59.944Z||pool-310-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:38:59.945Z||pool-310-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:00.821Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Preparing to deploy Service: 89cda69c-b6c9-4047-bb34-bd2744932d86
2022-06-03T12:39:00.822Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0cf9964e-69ae-426e-a610-52081ffe49a7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:39:00.830Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2feb3da5, org.onap.sdc.toscaparser.api.parameters.Input@59bd7993, org.onap.sdc.toscaparser.api.parameters.Input@34ff2dc0, org.onap.sdc.toscaparser.api.parameters.Input@fbbec2c, org.onap.sdc.toscaparser.api.parameters.Input@794bee6b]
2022-06-03T12:39:00.831Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.831Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:00.831Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T12:39:00.831Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||VFCustomizationUUID= 3a92f7a6-90df-4214-9d36-b5e25631947f
2022-06-03T12:39:00.831Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a92f7a6-90df-4214-9d36-b5e25631947f matches Tosca VF Customization UUID: 3a92f7a6-90df-4214-9d36-b5e25631947f
2022-06-03T12:39:00.832Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||vfCustomizationUUID: 3a92f7a6-90df-4214-9d36-b5e25631947f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T12:39:00.833Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.833Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:00.834Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||resource request for resource customization id 3a92f7a6-90df-4214-9d36-b5e25631947f: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-03T12:39:00.834Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56de82d6
2022-06-03T12:39:00.834Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.834Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:39:00.834Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d91a55ea-6cfe-474d-a40b-460203ab9943
2022-06-03T12:39:00.834Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d91a55ea-6cfe-474d-a40b-460203ab9943
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T12:39:00.836Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.836Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:39:00.836Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:39:00.837Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.837Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:39:00.837Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:39:00.837Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.837Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T12:39:00.837Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3a92f7a6-90df-4214-9d36-b5e25631947f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:39:00.839Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.839Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:00.839Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500|| resourceSeq for service uuid 89cda69c-b6c9-4047-bb34-bd2744932d86: basic_cnf_macro
2022-06-03T12:39:00.839Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.839Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:00.840Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.840Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:00.840Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.840Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:00.840Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.840Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:00.841Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:00.841Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:00.841Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:39:00.869Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0cf9964e-69ae-426e-a610-52081ffe49a7 2 ASDC deployResourceStructure
2022-06-03T12:39:00.869Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-03T12:39:00.869Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-03T12:39:00.869Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:39:00.870Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:00.871Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:00.871Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259940869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:00.971Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:00.972Z||pool-311-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:00.972Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:00.986Z||pool-311-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:00.986Z||pool-311-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:01.872Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-03T12:39:01.872Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-03T12:39:01.872Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:39:01.873Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:01.874Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:01.874Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259941872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:01.974Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:39:01.975Z||pool-312-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:01.975Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:01.989Z||pool-312-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:01.990Z||pool-312-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:02.875Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-03T12:39:02.876Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-03T12:39:02.876Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T12:39:02.876Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:02.877Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:02.878Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259942875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T12:39:02.978Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:02.978Z||pool-313-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:02.978Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:02.994Z||pool-313-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:02.995Z||pool-313-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:03.878Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-03T12:39:03.879Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-03T12:39:03.879Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:39:03.879Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:03.880Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:03.881Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259943878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:03.981Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:39:03.981Z||pool-314-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:03.981Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:03.997Z||pool-314-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:03.997Z||pool-314-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:04.881Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-03T12:39:04.882Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-03T12:39:04.882Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T12:39:04.882Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:04.884Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:04.884Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259944881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T12:39:04.984Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:04.985Z||pool-315-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:04.985Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:05.001Z||pool-315-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:05.001Z||pool-315-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:39:05.885Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-03T12:39:05.885Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-03T12:39:05.885Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:39:05.886Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:05.887Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:05.887Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259945884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:05.987Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:39:05.988Z||pool-316-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:05.988Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:06.028Z||pool-316-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:06.028Z||pool-316-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:39:06.888Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c9037c3-4b41-4222-9fc9-cec6efb9e86a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:39:06.897Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c9037c3-4b41-4222-9fc9-cec6efb9e86a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:39:06.898Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:39:06.899Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:39:06.899Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:39:06.899Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:39:06.899Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:39:06.899Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:39:06.903Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:39:36.904Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:39:36.912Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and serviceModelVersionId: 89cda69c-b6c9-4047-bb34-bd2744932d86
2022-06-03T12:39:36.912Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30fd015f-e0a8-4afa-a416-a348904aef5a
2022-06-03T12:39:36.913Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0
2022-06-03T12:39:36.916Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:39:36.940Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b72142e5-f231-4afd-80f8-b88ee2f84f39/model-vers/model-ver/c1dd0668-26dd-4e02-9b93-0b4fcf7a7290?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:39:36.941Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Invoke
2022-06-03T12:39:38.463Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:39:38.465Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Invoke
2022-06-03T12:39:39.998Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:39:39.999Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Invoke
2022-06-03T12:39:41.037Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:39:41.038Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:39:41.038Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:39:41.038Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:39:41.045Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:39:41.045Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c9037c3-4b41-4222-9fc9-cec6efb9e86a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:39:41.045Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:39:41.045Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:41.047Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:41.047Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259981045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:39:41.147Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:41.148Z||pool-317-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:41.148Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:41.164Z||pool-317-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:41.164Z||pool-317-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:39:42.057Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:42.057Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ba360a09-6f8c-4d7f-a2a5-7ce68495869c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d24297b4-fca9-42d8-9d17-782ec8985181","serviceDescription":"service","serviceInvariantUUID":"a5018a4d-c423-4597-a412-715aca0619a8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2bf0e651-fdfb-4dca-b137-8c7bf461c4b5","resourceInvariantUUID":"743f9c7e-71c7-4768-8740-4d3167552422","resourceCustomizationUUID":"8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da","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":"NjViN2Y3NDZhNGFlODRkZmM1ZmY4ODViN2QzNzM3ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf586356-e5a8-486f-ac12-3713171691fd","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":"NGQzZjZlYjE4NTZiNWZiOTM4ZjY1ZmQ1ZDYzY2FlNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57a06f91-b972-4c04-a914-6c06222821a5","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":"54bd5731-5d28-410e-a89e-f69789571511","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":"eb1f9499-0f61-4c9c-bf24-6f89bb18fbf5","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":"e59512c2-c0a2-476b-b6da-3615f63bd8cc","artifactVersion":"2","generatedFromUUID":"54bd5731-5d28-410e-a89e-f69789571511"},{"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":"MWYwYzhmOGRhZjNjMjk0MTgxMTQ0YTVmZGZiNGQwZDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b91213ea-9612-47d7-a7ed-3c5ab461b2c1","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":"OTM1MGY1NzE5MjJkZGU4Zjg5ODYzYTljYmNiNzcyMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f5b22d1-0c50-44f0-9db5-dfff5a0d606a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzMwZDY1NGQ1ODBjOTQ0ZGU1YWM0YTIwZDIxMjYwMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6508bebf-4390-408a-8dec-5ca48fa012b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:39:42.058Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:39:42.058Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:42.060Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:42.060Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:39:42.160Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:42.161Z||pool-318-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:42.161Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:42.176Z||pool-318-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:42.176Z||pool-318-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:43.060Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:39:43.061Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:43.062Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:43.063Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:39:43.163Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:43.163Z||pool-319-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:43.163Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:43.198Z||pool-319-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:43.198Z||pool-319-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:44.063Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:39:44.064Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:44.065Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:44.065Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:39:44.165Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:44.166Z||pool-320-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:44.166Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:44.204Z||pool-320-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:44.204Z||pool-320-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:45.066Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:39:45.066Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:45.068Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:45.068Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:39:45.168Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:45.168Z||pool-321-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:45.169Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:45.184Z||pool-321-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:45.184Z||pool-321-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:46.068Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:39:46.069Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:46.071Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:46.071Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T12:39:46.171Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:46.172Z||pool-322-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:46.172Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:46.186Z||pool-322-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:46.187Z||pool-322-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:47.071Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:39:47.072Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:47.073Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:47.073Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:39:47.173Z||pool-323-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:47.174Z||pool-323-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:47.174Z||pool-323-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:47.187Z||pool-323-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:47.187Z||pool-323-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:48.074Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:39:48.074Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:48.076Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:48.076Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:39:48.176Z||pool-324-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:48.177Z||pool-324-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:48.177Z||pool-324-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:48.213Z||pool-324-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:48.214Z||pool-324-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:49.076Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:39:49.078Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:49.079Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:49.079Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:39:49.180Z||pool-325-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T12:39:49.180Z||pool-325-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:49.180Z||pool-325-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:49.199Z||pool-325-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:49.199Z||pool-325-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:39:50.080Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d24297b4-fca9-42d8-9d17-782ec8985181",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a5018a4d-c423-4597-a412-715aca0619a8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2bf0e651-fdfb-4dca-b137-8c7bf461c4b5",
      "resourceInvariantUUID": "743f9c7e-71c7-4768-8740-4d3167552422",
      "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": "NGQzZjZlYjE4NTZiNWZiOTM4ZjY1ZmQ1ZDYzY2FlNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "57a06f91-b972-4c04-a914-6c06222821a5",
          "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": "54bd5731-5d28-410e-a89e-f69789571511",
          "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": "e59512c2-c0a2-476b-b6da-3615f63bd8cc",
            "generatedFromUUID": "54bd5731-5d28-410e-a89e-f69789571511"
          },
          "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": "e59512c2-c0a2-476b-b6da-3615f63bd8cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YzMwZDY1NGQ1ODBjOTQ0ZGU1YWM0YTIwZDIxMjYwMjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6508bebf-4390-408a-8dec-5ca48fa012b8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:39:50.081Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:39:50.081Z|1c9037c3-4b41-4222-9fc9-cec6efb9e86a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d24297b4-fca9-42d8-9d17-782ec8985181 ASDC
2022-06-03T12:39:50.081Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ba360a09-6f8c-4d7f-a2a5-7ce68495869c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d24297b4-fca9-42d8-9d17-782ec8985181
ServiceInvariantUUID:a5018a4d-c423-4597-a412-715aca0619a8
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:6508bebf-4390-408a-8dec-5ca48fa012b8
ArtifactChecksum:YzMwZDY1NGQ1ODBjOTQ0ZGU1YWM0YTIwZDIxMjYwMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da
ResourceInvariantUUID:743f9c7e-71c7-4768-8740-4d3167552422
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2bf0e651-fdfb-4dca-b137-8c7bf461c4b5
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:57a06f91-b972-4c04-a914-6c06222821a5
ArtifactChecksum:NGQzZjZlYjE4NTZiNWZiOTM4ZjY1ZmQ1ZDYzY2FlNTA=
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:54bd5731-5d28-410e-a89e-f69789571511
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:e59512c2-c0a2-476b-b6da-3615f63bd8cc
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:e59512c2-c0a2-476b-b6da-3615f63bd8cc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T12:39:50.081Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d24297b4-fca9-42d8-9d17-782ec8985181 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:39:50.133Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:39:50.133Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:39:50.133Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:39:50.134Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Trying to download the artifact UUID: 6508bebf-4390-408a-8dec-5ca48fa012b8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-03T12:39:50.134Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:39:50.134Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-03T12:39:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:39:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:39:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:50.940Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259814677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.941Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259817187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259818445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259819831,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259820939,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259821942,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259822945,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259823948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7587325b-f981-40e7-bb00-d84d7bc31c9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259859152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:39:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:39:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:39:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:39:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:39:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:39:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:39:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:39:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:39:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T12:39:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:39:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:39:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:39:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:39:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:39:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:39:50.947Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259870679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:50.948Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:39:52.763Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:39:52.766Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6508bebf-4390-408a-8dec-5ca48fa012b8 78809
2022-06-03T12:39:52.766Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-03T12:39:52.766Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-03T12:39:52.767Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:39:52.767Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:52.769Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:52.769Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259992766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:52.869Z||pool-326-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:52.870Z||pool-326-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:52.870Z||pool-326-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:52.888Z||pool-326-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:52.889Z||pool-326-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:53.769Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:39:53.770Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||MSO config path is: /app
2022-06-03T12:39:53.771Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Trying to write artifact UUID: 6508bebf-4390-408a-8dec-5ca48fa012b8, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:53.771Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-03T12:39:53.771Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:53.771Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:53.901Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10228111180824879160/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-03T12:39:54.867Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:39:54.867Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||####################################################################################################
2022-06-03T12:39:54.867Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.868Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T12:39:54.868Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.868Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.868Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.868Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.868Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.869Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.869Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.869Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.869Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T12:39:54.869Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|WARN|500||####################################################################################################
2022-06-03T12:39:54.869Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.870Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:54.870Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:54.870Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:39:54.870Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:39:54.871Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.871Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:54.871Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:54.871Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Search for entities recursively
2022-06-03T12:39:54.871Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:39:54.872Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.872Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:54.872Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.872Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T12:39:54.872Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-03T12:39:54.872Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-03T12:39:54.873Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-03T12:39:54.873Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T12:39:54.873Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T12:39:54.873Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.873Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:39:54.874Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.874Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:54.874Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:39:54.874Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.874Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:54.875Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:39:54.875Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.875Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:54.875Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:39:54.875Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.876Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T12:39:54.876Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T12:39:54.876Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T12:39:54.876Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c70a1c81-69e0-470c-ba0b-317f0b5c4767
2022-06-03T12:39:54.876Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.877Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:54.877Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.877Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:54.877Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.877Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:54.877Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:54.878Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:54.878Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d24297b4-fca9-42d8-9d17-782ec8985181
Model Version:NULL
Model InvariantUuid:a5018a4d-c423-4597-a412-715aca0619a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d4ac50d3-d0d5-466b-98a5-11f1cfe816ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:743f9c7e-71c7-4768-8740-4d3167552422
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ae93964-4d45-4af7-8314-d66d951db261
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d6f4d2f2-d19c-4ab3-a5dd-3f55657e9e57
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c70a1c81-69e0-470c-ba0b-317f0b5c4767
ModelInvariantUuid:7efe0be1-a1a9-473a-abc0-1674b804fd3e
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b2213ff0-c151-4d2e-a6a0-74ca251eae52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9d19c30b-03bc-49ea-85f9-509f55eb1e81
ModelInvariantUuid:769c1a70-2e0d-4cae-884d-7fa1fe37f004
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:099b57c4-d710-49b5-b0af-a32840808e81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:39:54.883Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 2bf0e651-fdfb-4dca-b137-8c7bf461c4b5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:39:54.885Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||basic_vm_macro 0
2022-06-03T12:39:54.886Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 2bf0e651-fdfb-4dca-b137-8c7bf461c4b5
2022-06-03T12:39:54.886Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Trying to download the artifact UUID: 57a06f91-b972-4c04-a914-6c06222821a5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-03T12:39:54.886Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:39:54.886Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-03T12:39:55.602Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:39:55.602Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 57a06f91-b972-4c04-a914-6c06222821a5 792
2022-06-03T12:39:55.603Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-03T12:39:55.603Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-03T12:39:55.603Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:39:55.603Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:55.605Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:55.605Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259995602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:55.705Z||pool-327-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:55.706Z||pool-327-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:55.706Z||pool-327-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:55.719Z||pool-327-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:55.719Z||pool-327-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:56.606Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6ae93964-4d45-4af7-8314-d66d951db261",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6f4d2f2-d19c-4ab3-a5dd-3f55657e9e57",
    "vfModuleModelCustomizationUUID": "be031373-71e6-4604-b54a-e77a2c939dfc",
    "isBase": true,
    "artifacts": [
      "54bd5731-5d28-410e-a89e-f69789571511",
      "e59512c2-c0a2-476b-b6da-3615f63bd8cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:39:56.609Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6f4d2f2-d19c-4ab3-a5dd-3f55657e9e57
VfModuleModelInvariantUUID:6ae93964-4d45-4af7-8314-d66d951db261
VfModuleModelDescription:NULL
Artifacts UUID List:{
54bd5731-5d28-410e-a89e-f69789571511
,
e59512c2-c0a2-476b-b6da-3615f63bd8cc

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

isBase:true


}

2022-06-03T12:39:56.611Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6ae93964-4d45-4af7-8314-d66d951db261",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6f4d2f2-d19c-4ab3-a5dd-3f55657e9e57",
    "vfModuleModelCustomizationUUID": "be031373-71e6-4604-b54a-e77a2c939dfc",
    "isBase": true,
    "artifacts": [
      "54bd5731-5d28-410e-a89e-f69789571511",
      "e59512c2-c0a2-476b-b6da-3615f63bd8cc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T12:39:56.611Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6f4d2f2-d19c-4ab3-a5dd-3f55657e9e57
VfModuleModelInvariantUUID:6ae93964-4d45-4af7-8314-d66d951db261
VfModuleModelDescription:NULL
Artifacts UUID List:{
54bd5731-5d28-410e-a89e-f69789571511
,
e59512c2-c0a2-476b-b6da-3615f63bd8cc

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

isBase:true


}

2022-06-03T12:39:56.611Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Trying to download the artifact UUID: 54bd5731-5d28-410e-a89e-f69789571511 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-03T12:39:56.611Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:39:56.612Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-03T12:39:57.312Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:39:57.313Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 54bd5731-5d28-410e-a89e-f69789571511 5033
2022-06-03T12:39:57.313Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-03T12:39:57.313Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-03T12:39:57.313Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:39:57.313Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:57.315Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:57.315Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259997313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:57.415Z||pool-328-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:57.416Z||pool-328-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:57.416Z||pool-328-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:57.433Z||pool-328-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:57.433Z||pool-328-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:58.316Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Trying to download the artifact UUID: e59512c2-c0a2-476b-b6da-3615f63bd8cc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-03T12:39:58.316Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - download
2022-06-03T12:39:58.316Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-03T12:39:58.620Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||GET Response Status 200
2022-06-03T12:39:58.620Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e59512c2-c0a2-476b-b6da-3615f63bd8cc 903
2022-06-03T12:39:58.621Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-03T12:39:58.621Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-03T12:39:58.621Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:39:58.621Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:58.623Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:58.624Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259998621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:39:58.724Z||pool-329-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:58.724Z||pool-329-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:58.724Z||pool-329-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:58.737Z||pool-329-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:58.738Z||pool-329-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:39:59.624Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Preparing to deploy Service: d24297b4-fca9-42d8-9d17-782ec8985181
2022-06-03T12:39:59.625Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2bf0e651-fdfb-4dca-b137-8c7bf461c4b5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:39:59.635Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23afef2, org.onap.sdc.toscaparser.api.parameters.Input@5324e752, org.onap.sdc.toscaparser.api.parameters.Input@24b43e09, org.onap.sdc.toscaparser.api.parameters.Input@535043f0, org.onap.sdc.toscaparser.api.parameters.Input@648ea06]
2022-06-03T12:39:59.636Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.636Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:59.636Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-03T12:39:59.636Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||VFCustomizationUUID= 8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da
2022-06-03T12:39:59.637Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da matches Tosca VF Customization UUID: 8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da
2022-06-03T12:39:59.637Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||vfCustomizationUUID: 8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-03T12:39:59.639Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.639Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:59.640Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||resource request for resource customization id 8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-03T12:39:59.640Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26fd3d1e
2022-06-03T12:39:59.640Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.640Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T12:39:59.640Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be031373-71e6-4604-b54a-e77a2c939dfc
2022-06-03T12:39:59.641Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be031373-71e6-4604-b54a-e77a2c939dfc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-03T12:39:59.643Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.643Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:59.643Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:39:59.643Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.644Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:59.644Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:39:59.644Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.644Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T12:39:59.644Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T12:39:59.644Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T12:39:59.645Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c70a1c81-69e0-470c-ba0b-317f0b5c4767
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-03T12:39:59.646Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.646Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:59.646Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T12:39:59.647Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.647Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T12:39:59.647Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8b6f7b81-3a6d-49e5-85c6-d9b7721ab6da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:39:59.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:59.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500|| resourceSeq for service uuid d24297b4-fca9-42d8-9d17-782ec8985181: basic_vm_macro
2022-06-03T12:39:59.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:59.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:59.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.650Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:59.650Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.650Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:59.650Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:39:59.650Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:39:59.650Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:39:59.730Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2bf0e651-fdfb-4dca-b137-8c7bf461c4b5 1 ASDC deployResourceStructure
2022-06-03T12:39:59.731Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-03T12:39:59.731Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-03T12:39:59.731Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:39:59.731Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:39:59.732Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:39:59.732Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259999731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:39:59.833Z||pool-330-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:39:59.833Z||pool-330-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:39:59.833Z||pool-330-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:39:59.848Z||pool-330-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:39:59.849Z||pool-330-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:40:00.733Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-03T12:40:00.733Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-03T12:40:00.734Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:40:00.734Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:40:00.735Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:40:00.735Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260000733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:40:00.836Z||pool-331-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:40:00.836Z||pool-331-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:40:00.836Z||pool-331-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:40:00.852Z||pool-331-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:40:00.853Z||pool-331-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:40:01.736Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-03T12:40:01.736Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-03T12:40:01.737Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:40:01.737Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:40:01.738Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:40:01.738Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260001736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:40:01.839Z||pool-332-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:40:01.839Z||pool-332-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:40:01.839Z||pool-332-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:40:01.861Z||pool-332-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:40:01.862Z||pool-332-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:40:02.739Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-03T12:40:02.740Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-03T12:40:02.740Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:40:02.740Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:40:02.742Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:40:02.742Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260002739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:40:02.842Z||pool-333-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:40:02.843Z||pool-333-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:40:02.843Z||pool-333-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:40:02.855Z||pool-333-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:40:02.856Z||pool-333-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:40:03.742Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba360a09-6f8c-4d7f-a2a5-7ce68495869c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:40:03.755Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba360a09-6f8c-4d7f-a2a5-7ce68495869c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:40:03.757Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:40:03.757Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:40:03.757Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:40:03.758Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:40:03.758Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:40:03.758Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:40:03.763Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:40:33.764Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ba360a09-6f8c-4d7f-a2a5-7ce68495869c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:40:33.774Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba360a09-6f8c-4d7f-a2a5-7ce68495869c and serviceModelVersionId: d24297b4-fca9-42d8-9d17-782ec8985181
2022-06-03T12:40:33.774Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5018a4d-c423-4597-a412-715aca0619a8
2022-06-03T12:40:33.775Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0
2022-06-03T12:40:33.778Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:40:33.801Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30fd015f-e0a8-4afa-a416-a348904aef5a/model-vers/model-ver/89cda69c-b6c9-4047-bb34-bd2744932d86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:40:33.802Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Invoke
2022-06-03T12:40:35.326Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:40:35.327Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Invoke
2022-06-03T12:40:36.862Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:40:36.863Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Invoke
2022-06-03T12:40:37.897Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:40:37.898Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:40:37.898Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:40:37.899Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:40:37.914Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:40:37.914Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba360a09-6f8c-4d7f-a2a5-7ce68495869c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:40:37.914Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:40:37.914Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:40:37.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:40:37.922Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||try to send status {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260037914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:40:38.025Z||pool-334-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-03T12:40:38.026Z||pool-334-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:40:38.026Z||pool-334-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:40:38.046Z||pool-334-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:40:38.047Z||pool-334-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:40:38.932Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:40:38.932Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:40:38.932Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:40:49.249Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:40:49.249Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:40:49.250Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:40:49.250Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:40:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:40:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:40:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:40:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:40:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259874233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:40:50.942Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259875644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259877250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259878487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/vfw9266d3c30f6c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259879490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259880493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/resourceInstances/vfw9266d3c30f6c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:40:50.943Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259881496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603122721/1.0/artifacts/service-Vfw20220603122721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7c51b1ba-0cbf-44fb-b829-7e07c377407c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259916655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.944Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:50.945Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:40:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:40:50.946Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:40:58.805Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:40:58.805Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:40:58.805Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:40:58.806Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:41:08.367Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:41:08.368Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:41:08.368Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:41:08.369Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:41:17.966Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:41:17.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:41:17.967Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:41:17.967Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:41:27.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:41:27.522Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:41:27.522Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:41:27.522Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:41:37.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:41:37.127Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:41:37.127Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:41:37.127Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:41:46.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:41:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:41:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:41:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:41:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:41:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:41:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:41:50.943Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:41:50.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259931007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:41:50.944Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259934297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:41:50.944Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259935728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:41:50.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259937174,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:41:50.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259938637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:41:50.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259939816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:41:50.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259940869,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:41:50.947Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259941872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:41:50.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259942875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T12:41:50.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259943878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:41:50.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259944881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T12:41:50.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259945884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:41:50.950Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c9037c3-4b41-4222-9fc9-cec6efb9e86a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259981045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:41:50.950Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:41:50.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:41:50.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:41:50.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T12:41:50.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:41:50.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:41:50.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:41:50.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:41:50.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:41:50.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T12:41:50.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:41:50.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:41:50.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:41:50.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:41:50.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:41:50.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T12:41:50.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259799242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:41:50.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T12:42:00.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:42:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:42:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:42:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:42:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:42:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:42:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:42:51.450Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:42:51.451Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.451Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259992766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:42:51.451Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:42:51.452Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.452Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259995602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:42:51.452Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:42:51.452Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.452Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259997313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:42:51.453Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:42:51.453Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.453Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259998621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:42:51.453Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:42:51.453Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.453Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654259999731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T12:42:51.454Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:42:51.454Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.454Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260000733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:42:51.454Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:42:51.455Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.455Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260001736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T12:42:51.455Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:42:51.455Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.455Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260002739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:42:51.456Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:42:51.456Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||received message from topic
2022-06-03T12:42:51.456Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ba360a09-6f8c-4d7f-a2a5-7ce68495869c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260037914,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:42:51.456Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:43:00.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:43:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:43:50.915Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:43:50.915Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:43:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:43:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:43:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:44:00.497Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:44:00.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:44:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:44:50.916Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:44:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:44:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:44:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:44:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:45:00.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:45:00.476Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:45:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:45:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:45:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:45:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:45:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:45:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:46:00.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:46:00.473Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:46:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:46:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:46:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:46:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:46:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:46:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:47:00.521Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:47:00.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:47:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:47:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:47:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:47:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:47:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:47:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:48:00.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:48:00.480Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:48:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:48:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:48:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:48:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:48:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:48:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:00.480Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:00.502Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:49:50.913Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:49:50.913Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:49:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:49:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:51.550Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:51.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T12:49:51.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7437c194-da9c-4d52-8bfc-d4deb668042d","serviceName":"Demo_pNF_OB6zCdXBwMG95ozs1ONU","serviceVersion":"1.0","serviceUUID":"9f28303c-0dab-4012-a42c-397e5e22466e","serviceDescription":"catalog service description","serviceInvariantUUID":"7eb811d7-b75f-43b8-a258-2f8b79f27d8b","resources":[{"resourceInstanceName":"pNF 514a242c-0acc 0","resourceName":"pNF 514a242c-0acc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"684acded-0ac5-446d-8cde-0c11789d4df1","resourceInvariantUUID":"8db0f87b-e255-4c4d-b851-0b8b3f16bc6c","resourceCustomizationUUID":"b3df9bfb-8794-4827-9f19-cfef2a891d02","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml","artifactChecksum":"ZjM4NzUzNDhjY2Q2MDU4Yjg3MDA4NDhjMjgxODJiNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96a2f640-a1d1-476d-9aa0-61e3b243178a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e37af8d5-cea6-43f9-9402-9dcc52fa1e5a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c0f7fe6-3f13-4c26-825c-009c142153c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml","artifactChecksum":"NzFkNzNlZTcwZjZmYzliOGViYTgxN2I2YmMyZGJlYjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d391f965-b475-4855-9d2d-a694a0c78921","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"305344af-bdd5-4727-a930-6e2494ea94ac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c0dd2a6-e1e4-4eb1-8ae3-d4941febcea9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml","artifactChecksum":"MzMzZDU1MWVmMWY5MWYxNTRiODI0ZTk1YWJkODJjMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dcdb75c-f64f-43bf-ae6a-aff114de736e","artifactVersion":"1"},{"artifactName":"service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar","artifactChecksum":"NWQwMGEwZjM5ZDE3MjMxZmM5ZTE0YzQ3ZWNmYjllODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31eddcde-f4a2-495a-97d3-125f8ae29db0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T12:49:51.554Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:51.554Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:49:51.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:49:51.555Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.555Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260554274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.556Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.556Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.556Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260550265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.556Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.556Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.556Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260555160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.556Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.556Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260554840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260556656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260560613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.557Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260550265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.558Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.558Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.558Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260554274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.558Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.558Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.558Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260556656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.558Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260554840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260555160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260560613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260550265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.559Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260554274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260554840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260556656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260555160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.560Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260560613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260550265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260554274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.561Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.562Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.562Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260556656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.562Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.562Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.562Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260554840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.562Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.562Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.562Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260555160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654260562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260560613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260550265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.563Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.563Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.563Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260554274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260554840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260555160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260556656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.564Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654260562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260560613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260550265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.565Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260554274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260554840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260555160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260556656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.566Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654260562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260560613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260550265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.567Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260554274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260554840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260555160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260556656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.568Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654260562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260560613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260550265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260554274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:49:51.569Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260554840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260555160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260556656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.570Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654260562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260560613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654260562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260569270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:49:51.571Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260569727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260569929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654260562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.572Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260569916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:49:51.573Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.573Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.573Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260570624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:49:51.573Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.573Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.573Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "cds",
  "timestamp": 1654260570281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:49:51.602Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7437c194-da9c-4d52-8bfc-d4deb668042d
2022-06-03T12:49:51.602Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7437c194-da9c-4d52-8bfc-d4deb668042d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:49:51.627Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.627Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654260562564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:49:51.627Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:49:51.627Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.627Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260570922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:49:51.627Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.628Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.628Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260571665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T12:49:51.628Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.628Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.628Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "policy-id",
  "timestamp": 1654260571928,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:49:51.633Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7437c194-da9c-4d52-8bfc-d4deb668042d
2022-06-03T12:49:51.633Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7437c194-da9c-4d52-8bfc-d4deb668042d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:49:51.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.649Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654260572683,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:49:51.653Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7437c194-da9c-4d52-8bfc-d4deb668042d
2022-06-03T12:49:51.653Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7437c194-da9c-4d52-8bfc-d4deb668042d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:49:51.660Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.660Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260572766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:49:51.660Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.661Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.661Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654260573772,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:49:51.663Z||pool-335-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:49:51.664Z||pool-335-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:49:51.664Z||pool-335-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:51.665Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7437c194-da9c-4d52-8bfc-d4deb668042d
2022-06-03T12:49:51.665Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7437c194-da9c-4d52-8bfc-d4deb668042d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:49:51.674Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.674Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260575356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-03T12:49:51.674Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.675Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.675Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "aai-ml",
  "timestamp": 1654260576360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:49:51.678Z||pool-335-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:51.678Z||pool-335-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:49:51.679Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7437c194-da9c-4d52-8bfc-d4deb668042d
2022-06-03T12:49:51.679Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7437c194-da9c-4d52-8bfc-d4deb668042d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:49:51.687Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.688Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260579615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:49:51.688Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.688Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.688Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260581629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:49:51.689Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:49:51.689Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||received message from topic
2022-06-03T12:49:51.689Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "clamp",
  "timestamp": 1654260582636,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:49:51.694Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7437c194-da9c-4d52-8bfc-d4deb668042d
2022-06-03T12:49:51.695Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 7437c194-da9c-4d52-8bfc-d4deb668042d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T12:49:52.564Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:49:52.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:49:52.571Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:49:52.571Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:52.667Z||pool-336-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-03T12:49:52.667Z||pool-336-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:49:52.668Z||pool-336-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:52.680Z||pool-336-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:52.680Z||pool-336-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:49:53.571Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:49:53.572Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:49:53.574Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:49:53.574Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:53.674Z||pool-337-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:49:53.675Z||pool-337-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:49:53.675Z||pool-337-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:53.689Z||pool-337-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:53.689Z||pool-337-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:49:54.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:49:54.575Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:49:54.577Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:49:54.577Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:54.677Z||pool-338-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:49:54.678Z||pool-338-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:49:54.678Z||pool-338-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:54.704Z||pool-338-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:54.705Z||pool-338-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:49:55.578Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:49:55.578Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:49:55.590Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:49:55.590Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:55.689Z||pool-339-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T12:49:55.705Z||pool-339-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:49:55.706Z||pool-339-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:55.729Z||pool-339-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:55.730Z||pool-339-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:49:56.590Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:49:56.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:49:56.593Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:49:56.593Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:56.693Z||pool-340-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:49:56.694Z||pool-340-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:49:56.694Z||pool-340-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:56.709Z||pool-340-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:56.709Z||pool-340-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:49:57.594Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:49:57.595Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:49:57.597Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:49:57.597Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:49:57.697Z||pool-341-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:49:57.698Z||pool-341-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:49:57.698Z||pool-341-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:57.722Z||pool-341-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:57.723Z||pool-341-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-03T12:49:58.598Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T12:49:58.598Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:49:58.600Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:49:58.601Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:49:58.701Z||pool-342-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:49:58.702Z||pool-342-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:49:58.702Z||pool-342-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:49:58.716Z||pool-342-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:49:58.716Z||pool-342-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:49:59.602Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "serviceName": "Demo_pNF_OB6zCdXBwMG95ozs1ONU",
  "serviceVersion": "1.0",
  "serviceUUID": "9f28303c-0dab-4012-a42c-397e5e22466e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7eb811d7-b75f-43b8-a258-2f8b79f27d8b",
  "resources": [
    {
      "resourceInstanceName": "pNF 514a242c-0acc 0",
      "resourceCustomizationUUID": "b3df9bfb-8794-4827-9f19-cfef2a891d02",
      "resourceName": "pNF 514a242c-0acc",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "684acded-0ac5-446d-8cde-0c11789d4df1",
      "resourceInvariantUUID": "8db0f87b-e255-4c4d-b851-0b8b3f16bc6c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
      "artifactChecksum": "NWQwMGEwZjM5ZDE3MjMxZmM5ZTE0YzQ3ZWNmYjllODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31eddcde-f4a2-495a-97d3-125f8ae29db0"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T12:49:59.602Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T12:49:59.602Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f28303c-0dab-4012-a42c-397e5e22466e ASDC
2022-06-03T12:49:59.603Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7437c194-da9c-4d52-8bfc-d4deb668042d
ServiceName:Demo_pNF_OB6zCdXBwMG95ozs1ONU
ServiceVersion:1.0
ServiceUUID:9f28303c-0dab-4012-a42c-397e5e22466e
ServiceInvariantUUID:7eb811d7-b75f-43b8-a258-2f8b79f27d8b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
ArtifactUUID:31eddcde-f4a2-495a-97d3-125f8ae29db0
ArtifactChecksum:NWQwMGEwZjM5ZDE3MjMxZmM5ZTE0YzQ3ZWNmYjllODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 514a242c-0acc 0
ResourceCustomizationUUID:b3df9bfb-8794-4827-9f19-cfef2a891d02
ResourceInvariantUUID:8db0f87b-e255-4c4d-b851-0b8b3f16bc6c
ResourceName:pNF 514a242c-0acc
ResourceType:PNF
ResourceUUID:684acded-0ac5-446d-8cde-0c11789d4df1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T12:49:59.603Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f28303c-0dab-4012-a42c-397e5e22466e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:49:59.630Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:49:59.631Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T12:49:59.632Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T12:49:59.632Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31eddcde-f4a2-495a-97d3-125f8ae29db0 from URL: /sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:49:59.632Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T12:49:59.633Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:00.203Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T12:50:00.206Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar 31eddcde-f4a2-495a-97d3-125f8ae29db0 82649
2022-06-03T12:50:00.207Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar ASDC sendASDCNotification
2022-06-03T12:50:00.207Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:00.207Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T12:50:00.207Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:50:00.209Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:50:00.209Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260600207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:50:00.309Z||pool-343-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:50:00.310Z||pool-343-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:50:00.310Z||pool-343-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:50:00.330Z||pool-343-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:50:00.330Z||pool-343-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:50:01.210Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T12:50:01.211Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T12:50:01.211Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 31eddcde-f4a2-495a-97d3-125f8ae29db0, URL: /sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar to file: /app/ASDC/1/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:01.211Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:01.212Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:01.212Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:01.433Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10294162560019112314/Definitions/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml
2022-06-03T12:50:02.324Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T12:50:02.325Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-03T12:50:02.325Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.325Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T12:50:02.326Z|7437c194-da9c-4d52-8bfc-d4deb668042d|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-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.326Z|7437c194-da9c-4d52-8bfc-d4deb668042d|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-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.326Z|7437c194-da9c-4d52-8bfc-d4deb668042d|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-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.326Z|7437c194-da9c-4d52-8bfc-d4deb668042d|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-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.326Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 514a242c-0acc 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-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.326Z|7437c194-da9c-4d52-8bfc-d4deb668042d|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-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.326Z|7437c194-da9c-4d52-8bfc-d4deb668042d|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-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.327Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-03T12:50:02.327Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.327Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.327Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Node template pNF 514a242c-0acc 0 is matching search criteria
2022-06-03T12:50:02.328Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-03T12:50:02.328Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 514a242c-0acc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:50:02.328Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.328Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.328Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Node template pNF 514a242c-0acc 0 is matching search criteria
2022-06-03T12:50:02.329Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-03T12:50:02.329Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 514a242c-0acc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T12:50:02.329Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.329Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.329Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.329Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.330Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.330Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.330Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.330Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.330Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.330Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.331Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_OB6zCdXBwMG95ozs1ONU
Description:catalog service description
Model UUID:9f28303c-0dab-4012-a42c-397e5e22466e
Model Version:NULL
Model InvariantUuid:7eb811d7-b75f-43b8-a258-2f8b79f27d8b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-03T12:50:02.340Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 684acded-0ac5-446d-8cde-0c11789d4df1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:50:02.345Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||pNF 514a242c-0acc 0
2022-06-03T12:50:02.345Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 684acded-0ac5-446d-8cde-0c11789d4df1
2022-06-03T12:50:02.345Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9f28303c-0dab-4012-a42c-397e5e22466e
2022-06-03T12:50:02.346Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9f28303c-0dab-4012-a42c-397e5e22466e
2022-06-03T12:50:02.346Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 514a242c-0acc 0 684acded-0ac5-446d-8cde-0c11789d4df1 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:50:02.350Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77477d0f, org.onap.sdc.toscaparser.api.parameters.Input@60c5fe60, org.onap.sdc.toscaparser.api.parameters.Input@184f78a4, org.onap.sdc.toscaparser.api.parameters.Input@509bdcc1, org.onap.sdc.toscaparser.api.parameters.Input@1cf86cd8]
2022-06-03T12:50:02.351Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.351Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.351Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9f28303c-0dab-4012-a42c-397e5e22466e: pNF 514a242c-0acc
2022-06-03T12:50:02.352Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||Processing PNF resource: 684acded-0ac5-446d-8cde-0c11789d4df1
2022-06-03T12:50:02.352Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T12:50:02.352Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_OB6zCdXBwMG95ozs1ONU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T12:50:02.352Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||Resource customization UUID: b3df9bfb-8794-4827-9f19-cfef2a891d02 is the same as notified resource customizationUUID: b3df9bfb-8794-4827-9f19-cfef2a891d02
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-03T12:50:02.399Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 514a242c-0acc 684acded-0ac5-446d-8cde-0c11789d4df1 0 ASDC deployResourceStructure
2022-06-03T12:50:02.399Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar ASDC sendASDCNotification
2022-06-03T12:50:02.399Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar
2022-06-03T12:50:02.399Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T12:50:02.400Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T12:50:02.401Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:50:02.402Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260602399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:50:02.502Z||pool-344-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:50:02.502Z||pool-344-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:50:02.503Z||pool-344-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:50:02.519Z||pool-344-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:50:02.519Z||pool-344-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T12:50:03.402Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7437c194-da9c-4d52-8bfc-d4deb668042d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:50:03.424Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7437c194-da9c-4d52-8bfc-d4deb668042d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T12:50:03.427Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T12:50:03.427Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T12:50:03.427Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T12:50:03.427Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T12:50:03.427Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T12:50:03.427Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-03T12:50:03.427Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T12:50:03.432Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T12:50:33.433Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7437c194-da9c-4d52-8bfc-d4deb668042d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-03T12:50:33.438Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7437c194-da9c-4d52-8bfc-d4deb668042d and serviceModelVersionId: 9f28303c-0dab-4012-a42c-397e5e22466e
2022-06-03T12:50:33.438Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7eb811d7-b75f-43b8-a258-2f8b79f27d8b
2022-06-03T12:50:33.439Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0
2022-06-03T12:50:33.444Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T12:50:33.493Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:50:33.495Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||Invoke
2022-06-03T12:50:35.043Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:50:35.051Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||Invoke
2022-06-03T12:50:36.580Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-03T12:50:36.582Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||Invoke
2022-06-03T12:50:37.609Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:50:37.611Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-06-03T12:50:37.611Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:50:37.612Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-03T12:50:37.618Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-03T12:50:37.619Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7437c194-da9c-4d52-8bfc-d4deb668042d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-03T12:50:37.619Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-03T12:50:37.620Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-03T12:50:37.623Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T12:50:37.623Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|DEBUG|500||try to send status {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260637619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:50:37.723Z||pool-345-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T12:50:37.724Z||pool-345-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T12:50:37.724Z||pool-345-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:50:37.744Z||pool-345-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:50:37.745Z||pool-345-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T12:50:50.912Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:50:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:50:50.914Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:50:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:50:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:50:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:50:51.045Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:50:51.046Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:50:51.046Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:50:51.048Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:51:00.461Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:51:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:51:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:51:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:51:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:51:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:51:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:51:51.451Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:51:51.452Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.452Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:51:51.454Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:51:51.454Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.454Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:51:51.455Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:51:51.455Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.455Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:51:51.455Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:51:51.455Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.455Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:51:51.456Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:51:51.456Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.456Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/resourceInstances/pnf514a242c0acc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:51:51.456Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:51:51.456Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.456Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T12:51:51.457Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:51:51.457Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.457Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260590912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T12:51:51.457Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Missing status on Status Object. 
2022-06-03T12:51:51.457Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.457Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260600207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T12:51:51.458Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:51:51.458Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.458Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260602399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOb6zcdxbwmg95ozs1onu/1.0/artifacts/service-DemoPnfOb6zcdxbwmg95ozs1onu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T12:51:51.458Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:51:51.458Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||received message from topic
2022-06-03T12:51:51.458Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "7437c194-da9c-4d52-8bfc-d4deb668042d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654260637619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-03T12:51:51.459Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T12:52:00.517Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:52:50.912Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:52:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:52:50.914Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:52:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:52:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:52:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:53:00.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:53:00.471Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:53:50.912Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:53:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:53:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:53:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:53:50.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:53:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T12:54:00.513Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:54:00.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:54:50.912Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:54:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:54:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:54:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:54:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:54:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:55:00.482Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:55:00.524Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:55:50.912Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:55:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:55:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:55:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:55:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:55:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:56:00.488Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:56:00.491Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:56:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:56:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:56:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:56:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:56:50.917Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:56:50.917Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:57:00.484Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:57:00.484Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:57:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:57:50.914Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:57:50.915Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:57:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:57:50.917Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:57:50.917Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:58:00.487Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:58:00.490Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:58:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:58:50.915Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:58:50.915Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:58:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:58:50.917Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:58:50.917Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:59:00.507Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:59:00.508Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T12:59:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:59:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:59:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T12:59:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T12:59:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T12:59:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:00:00.471Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:00:00.492Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:00:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:00:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:00:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:00:50.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:00:50.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:00:50.920Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:01:00.489Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:01:00.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:01:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:01:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:01:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:01:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:01:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:01:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:02:00.490Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:02:00.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:02:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:02:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:02:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:02:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:02:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:02:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:03:00.481Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:03:00.484Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:03:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:03:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:03:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:03:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:03:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:03:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:04:00.499Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:04:00.499Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:04:50.913Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:04:50.914Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:04:50.914Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:04:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:04:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:04:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:05:00.501Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:05:00.505Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:05:50.913Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:05:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:05:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:05:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:05:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:05:50.918Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:06:00.507Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:06:00.514Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:06:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:06:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:06:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:06:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:06:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:06:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:07:00.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:07:00.478Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:07:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:07:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:07:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:07:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:07:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:07:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:08:00.474Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:08:00.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:08:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:08:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:08:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:08:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:08:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:08:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:09:00.461Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:09:00.505Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:09:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:09:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:09:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:09:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:09:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:09:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:10:00.463Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:10:00.466Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:10:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:10:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:10:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:10:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:10:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:10:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:11:00.479Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:11:00.479Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:11:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:11:50.914Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:11:50.914Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:11:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:11:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:11:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:12:00.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:12:00.514Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:12:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:12:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:12:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:12:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:12:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:12:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:13:00.469Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:13:00.498Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:13:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:13:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:13:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:13:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:13:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:13:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:14:00.478Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:14:00.480Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:14:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:14:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:14:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:14:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:14:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:14:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:15:00.480Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:15:00.480Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:15:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:15:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:15:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:15:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:15:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:15:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:16:00.473Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:16:00.477Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:16:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:16:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:16:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:16:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:16:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:16:50.916Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:17:00.465Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:17:00.465Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:17:50.912Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:17:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:17:50.913Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:17:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:17:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:17:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:18:00.470Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:18:00.472Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:18:50.913Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:18:50.914Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:18:50.914Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:18:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:18:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:18:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:19:00.480Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:19:00.495Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:19:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:19:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:19:50.918Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:19:50.918Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:19:50.918Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:19:50.918Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:20:00.498Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:20:00.498Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:20:50.912Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:20:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:20:50.914Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:20:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:20:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:20:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:21:00.501Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:21:00.502Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:21:50.912Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:21:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:21:50.914Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:21:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:21:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:21:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:22:00.539Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:22:00.542Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:22:50.912Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:22:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:22:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:22:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:22:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:22:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:23:00.490Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:23:00.492Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:23:50.912Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:23:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:23:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:23:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:23:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:23:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:24:00.463Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:24:00.470Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:24:50.912Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:24:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:24:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:24:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:24:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:24:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:25:00.489Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:25:00.493Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:25:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:25:50.914Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:25:50.914Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:25:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:25:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:25:50.917Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:26:00.480Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:26:00.503Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:26:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:26:50.915Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:26:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:26:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:26:50.917Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:26:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:27:00.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:27:00.483Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:27:50.912Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:27:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:27:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:27:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:27:50.917Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:27:50.917Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:28:00.456Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:28:00.458Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:28:50.912Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:28:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:28:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:28:50.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:28:50.923Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:28:50.923Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:29:00.470Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:29:00.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:29:50.912Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:29:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:29:50.913Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:29:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:29:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:29:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:30:00.461Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:30:00.487Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:30:50.912Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:30:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:30:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:30:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:30:50.918Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:30:50.918Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:31:00.479Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:31:00.484Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:31:50.912Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:31:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:31:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:31:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:31:50.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:31:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:32:00.496Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:32:00.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:32:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:32:50.914Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:32:50.915Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:32:50.918Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:32:50.918Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:32:50.919Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:33:00.471Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:33:00.474Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:33:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:33:50.917Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:33:50.918Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:33:50.919Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:33:50.924Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:33:50.925Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:34:00.495Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:34:00.498Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:34:50.912Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:34:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:34:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:34:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:34:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:34:50.916Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:35:00.496Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:35:00.503Z|59602351-72b2-495c-918c-b8c7171ad8ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9ca334a-1c8e-4218-aca8-e8034dc1402d/model-vers/model-ver/eef070f7-37be-494a-a016-6e0033acfcf7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:35:50.912Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:35:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:35:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:35:50.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:35:50.916Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:35:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:36:00.482Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:36:00.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:36:50.912Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:36:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:36:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:36:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:36:50.916Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:36:50.916Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:37:00.487Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:37:00.489Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:37:50.912Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:37:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:37:50.913Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:37:50.916Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:37:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:37:50.917Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:38:00.476Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:38:00.480Z|b8a6ec66-43fc-4949-9ec4-882c362d3c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c51acfd-3d35-4cb9-979a-c79b190a3f1e/model-vers/model-ver/908dac50-4e04-4384-824d-e058abeccd27?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:38:50.912Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:38:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:38:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:38:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:38:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:38:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:39:00.484Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:39:00.491Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:39:50.912Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:39:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:39:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:39:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:39:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:39:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:40:00.485Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:40:00.488Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:40:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:40:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:40:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:40:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:40:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:40:50.917Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:41:00.491Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:41:00.498Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:41:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:41:50.914Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:41:50.914Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:41:50.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:41:50.917Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:41:50.917Z||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 VfPNICh4ef5EJYcP) ...
2022-06-03T13:42:00.486Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:42:00.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:42:50.912Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:42:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:42:50.913Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:42:50.916Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:42:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:42:50.917Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:43:00.478Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:43:00.478Z|7437c194-da9c-4d52-8bfc-d4deb668042d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eb811d7-b75f-43b8-a258-2f8b79f27d8b/model-vers/model-ver/9f28303c-0dab-4012-a42c-397e5e22466e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:43:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:43:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:43:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:43:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:43:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:43:50.916Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:44:00.487Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:44:00.497Z|3215500b-19cd-458e-bc0e-abacf51addc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18359693-1153-42dc-b47f-ef33b4cdba4c/model-vers/model-ver/f10c6e84-175c-4d5d-8aee-590ba4fceea1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:44:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:44:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:44:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:44:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:44:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:44:50.916Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:45:00.474Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:45:00.487Z|ba360a09-6f8c-4d7f-a2a5-7ce68495869c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5018a4d-c423-4597-a412-715aca0619a8/model-vers/model-ver/d24297b4-fca9-42d8-9d17-782ec8985181?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:45:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:45:50.914Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:45:50.914Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:45:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:45:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:45:50.918Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:46:00.493Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:46:00.497Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:46:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:46:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:46:50.913Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:46:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:46:50.916Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:46:50.917Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:47:00.474Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:47:00.474Z|14b4694c-6f83-427f-981c-dd7c501d9819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be4b94f6-a67c-4961-9935-6d80fa6c6a36/model-vers/model-ver/6d75f95e-579c-48d3-9cd7-1a7b3cec5494?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T13:47:50.912Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:47:50.914Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:47:50.914Z|629ca0d3-9fac-4249-80d4-eddfd05fb60d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79f6253f-701b-4147-bc46-ee66561e8394/model-vers/model-ver/0369e164-31df-4b62-a8da-f5aa24f90763?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...
2022-06-03T13:47:50.916Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T13:47:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T13:47:50.917Z|dafb88f6-15af-492f-a021-bc216c7c47c1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e48b02b-f296-4776-8dc9-a2a00f3186e7/model-vers/model-ver/0aa242b9-1146-401b-9b3b-ca644e0f842f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VfPNICh4ef5EJYcP) ...